<div dir="ltr"><div>Hi, for some reason, I want to keep the stack frame usage of some functions as smaller as possible, but rewrite them by hands is such a pain and very stupid since they are using many and big local variables currently. And in these functions they doesn't do anything like longjmp.</div><div><br></div><div>So, is there a option to tell clang to allocate local variables on the heap not the default stack (auto free them before return)?</div><div><br></div><div>PS:</div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Since I want to migrate many synchronous codes (currently) into asynchronous implementation by hooking the blocking syscalls for concurrency and performance by using C coroutine (copy stack). The split-stack is fine but it is not mature (from aspects of performance and customizability). And the standalone stack for each coroutine would also cost too much.</span><br></div><div><br></div><div>Thanks a lot.</div></div>