-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
Open
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-JITtype-featureA feature request or enhancementA feature request or enhancement
Description
The purpose of this change is to emit symbols at the end of every trace for GOT symbols.
At the moment these entries are in the data section of the stencil and they are duplicated for every stencil.
We should do a similar thing that we have done for symbols trampolines, having them at the end of the trace.
Some things though, like the oparg or jump targets, will still need to be per-instruction
Linked PRs
Fidget-SpinnerFidget-Spinner and yihong0618
Metadata
Metadata
Assignees
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)topic-JITtype-featureA feature request or enhancementA feature request or enhancement