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
The extra else is added at jsifier.js:402. Removing these lines from the result produces a working file (which is about 10 times faster than the unoptimized version).
The text was updated successfully, but these errors were encountered:
Thanks! That was an old assertion that is no longer needed. The bug only happened with that combination of those flags, which we don't test (too many combinations to check everything...).
Running emscripten on
python.ll
withOPTIMIZE = 1
,RELOOP=1
andASSERTIONS=1
produces many invalid blocks, of the general form:The extra else is added at jsifier.js:402. Removing these lines from the result produces a working file (which is about 10 times faster than the unoptimized version).
The text was updated successfully, but these errors were encountered: