Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Currently the Tier 2 interpreter lives in a separate function. This looks clean but makes switching between tiers complicated. Seefaster-cpython/ideas#631. So let's make_PyEval_EvalFrameDefault()
into a single function that contains both interpreter loops.