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
Currently, JIT code is pointed to from "executor" objects. Exits from JIT code point to these executor objects, which adds an extra indirection when transferring control to jitted code.
Instead we can point directly to the machine code, avoiding a level of indirection and any offset computation
auvipy, bratao, Eclips4, diegorusso, sergey-miryanov and 6 morebinbjz and wordhui