Skip to content

Conversation

@sunfishcode
Copy link
Member

This way, if an application doesn't otherwise use malloc, they don't
need to link in malloc.

Idea from #118 (comment)!

One thing I'm somewhat concerned by is the lack of error reporting in alloca. Perhaps that's a broader problem that we'll want to address anyway?

This way, if an application doesn't otherwise use malloc, they don't need to link in malloc. Idea from #118 (comment)!
@sunfishcode
Copy link
Member Author

I am considering waiting until __stack_limit is available (patch here), followed by a way to check for stack overflow in clang, before enabling this.

Base automatically changed from master to main January 19, 2021 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants