Skip to content

Question about copy-and-patch technique #92

@dbalabka

Description

@dbalabka

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:

  1. No need to have any assembly knowledge.
  2. No need to manually engineer the JIT.
  3. 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?

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions