Skip to content

GH-126910: Build/link the JIT shim in the Python interpreter#148872

Open
diegorusso wants to merge 5 commits intopython:mainfrom
diegorusso:jit-linked-shim
Open

GH-126910: Build/link the JIT shim in the Python interpreter#148872
diegorusso wants to merge 5 commits intopython:mainfrom
diegorusso:jit-linked-shim

Conversation

@diegorusso
Copy link
Copy Markdown
Contributor

@diegorusso diegorusso commented Apr 22, 2026

There are various reason why we want to do this but the main is to help simplifying #146071

The _PyJIT symbol (the shim) is now part of the python interpreter with its eh_frame and gdb can see it as normal symbol. There is no need to compile/emit code/eh_frame at runtime as this is done at build time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant