Skip to content
Prev Previous commit
Next Next commit
Remove reference to PEP 695; instead add reference to adaptive.md
  • Loading branch information
Eclips4 committed Sep 27, 2024
commit 944d1ab1b817260b1f312fa2682bee3a60155b70
2 changes: 1 addition & 1 deletion InternalDocs/vm-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Definition of Tiers

- **Tier 1** is the classic Python bytecode interpreter.
This includes the specializing adaptive interpreter described in [PEP 659](https://peps.python.org/pep-0659/) and introduced in Python 3.11.
This includes the specializing [Adaptive Interpreter](adaptive.md).
- **Tier 2**, also known as the micro-instruction ("uop") interpreter, is a new interpreter with a different instruction format.
Comment thread
Eclips4 marked this conversation as resolved.
Outdated
It was introduced in Python 3.13, and also forms the basis for a JIT using copy-and-patch technology. See [Tier 2](tier2_engine.md) for more information.

Expand Down