forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementhardThis will take significant effort to completeThis will take significant effort to complete
Description
A long lost observation by Tim Peters that the existing stack space could be used for registers is employed to avoid increasing space taken by the frame object. The downside is that there are a limited number of registers available to the translator. The current translator does no proper register allocation. Victor Stinner's implementation did, however. That might be a good place to look for inspiration.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementhardThis will take significant effort to completeThis will take significant effort to complete