-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)
Description
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
Labels
interpreter-core(Objects, Python, Grammar, and Parser dirs)(Objects, Python, Grammar, and Parser dirs)