Buggy optimizations caused function-call return to share the function's entry point
- Block concat and branch-chain elimination were allowing a function call to return to the caller's entry point. But that doesn't leave anywhere for the infotable on the stack, since the SP on return must be the same as the SP on entry to the procedure.
Please register or sign in to comment