You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, I'm actually familiar with the paper. It only applies to transforming local (intra-function) control-flow. We use a variant on the Emscripten relooper algorithm (http://mozakai.blogspot.com/2012/05/reloop-all-blocks.html) to do a similar thing.
However, setjmp/longjmp can be used to transfer control across functions not just in the same function, so these techniques do not apply, at least not directly.
Although we are unlikely to support it in the near future, this issue will track any ideas and progress on supporting setjmp/longjmp.
The text was updated successfully, but these errors were encountered: