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
Re-use trampoline call frame, use an opcode-based trampoline
Like __call trampolines, we can use an opcode-based trampoline to reduce
recursion/reentering, and reuse the call frame of the trampoline.
Also: Rebase fixes, update tests, add tests.
0 commit comments