-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
Recently, Python core developers presented an experimental JIT compiler in the 3.13 version. The work is inspired by Deegen, the next generation JIT compiler for Lua implemented in the scope of the Lua Remake project. The features that are different to DynAsm are:
- No need to have any assembly knowledge.
- No need to manually engineer the JIT.
- No need to manually keep the JIT updated with new language features.
The "Copy-and-Patch Compilation" paper's authors showed very low startup time overhead and impressive compiled code performance compared with other popular JITs.
Is there a possibility that PHP's JIT can benefit from the copy-and-patch technique?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
