Skip to content
Prev Previous commit
Next Next commit
Fix grammar
  • Loading branch information
Eclips4 committed Sep 24, 2024
commit fbf47e45c9946e9e68ba91391d6ce5b8f89953dd
2 changes: 1 addition & 1 deletion InternalDocs/vm-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- **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.
Comment thread
Eclips4 marked this conversation as resolved.
Outdated
- **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 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.
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.

# Frame state
Comment thread
Eclips4 marked this conversation as resolved.
Outdated

Expand Down