Skip to content

Improve layout of JIT code objectsΒ #732

@markshannon

Description

@markshannon

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.

Image

Instead we can point directly to the machine code, avoiding a level of indirection and any offset computation

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions