Skip to content

Proper register allocation #1

@smontanaro

Description

@smontanaro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementhardThis will take significant effort to complete

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions