Thanks to visit codestin.com
Credit goes to github.com

Skip to content

assuming const global references for @jit decorated classes and functions #18

Description

@thautwarm
F = ...

@jit
def f(x):
   return F(x)

In order to get extreme performance gain, flags can be set to break CPython semantics so that F always referenced to the object we've seen, instead of allowing later mutations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breakagequestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions