Skip to content

Merge Tier 1 and 2 interpreters into a single function #111520

Closed
@gvanrossum

Description

@gvanrossum

Currently the Tier 2 interpreter lives in a separate function. This looks clean but makes switching between tiers complicated. See faster-cpython/ideas#631. So let's make _PyEval_EvalFrameDefault() into a single function that contains both interpreter loops.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    interpreter-core(Objects, Python, Grammar, and Parser dirs)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions