-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
From a discussion with @brandtbucher.
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
Metadata
Metadata
Assignees
Labels
No labels