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
This change promotes several asserts to failfasts, and adds two additional ones,
in order to ensure that no post-lower opcodes are added earlier than the lowerer
phase, either by being added to the incoming bytecode buffer, or by corrupting a
part of the IR during the earlier phases of the JIT.
0 commit comments