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
If the interpreter invalidates (either via syscall, or op_removecodeentry) it needs to run the current block to the block exit. We should "stage" removed code blocks to a "to free" list, and GC them at a point where we're sure we're not running them.
This doesn't affect the jit as it doesn't reference the ir data during runtime
The text was updated successfully, but these errors were encountered:
Follow up from #705
If the interpreter invalidates (either via syscall, or op_removecodeentry) it needs to run the current block to the block exit. We should "stage" removed code blocks to a "to free" list, and GC them at a point where we're sure we're not running them.
This doesn't affect the jit as it doesn't reference the ir data during runtime
The text was updated successfully, but these errors were encountered: