Skip to content

unwrapping the jitted functions referenced when jitting  #6

@thautwarm

Description

@thautwarm
@jit
def f(x):
     return x + 1

@jit
def g(x):
    f(x + 1)

Inside g, the global reference f should be unwrapped into a native function pointer in g's native code representation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    infrnecessary facilities to runtime restrain-jit

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions