mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
gh-136567: Add information about lost prefixes to Tools/cases_generator/interpreter_definition.md (#136780)
This commit is contained in:
parent
13e21b2fd6
commit
406dc714f6
1 changed files with 7 additions and 1 deletions
|
|
@ -174,7 +174,13 @@ ### Special instruction annotations
|
|||
* `override`. For external use by other interpreter definitions to override the current
|
||||
instruction definition.
|
||||
* `pure`. This instruction has no side effects.
|
||||
* 'tierN'. This instruction is only used by the tier N interpreter.
|
||||
* `tierN`. This instruction is only used by the tier N interpreter.
|
||||
* `specializing`. A prefix for an instructions related to adaptive interpreter.
|
||||
* `replaced`. This instruction will be replaced in the final bytecode by its directed
|
||||
version (either forward or backward).
|
||||
* `register`. Currently does nothing.
|
||||
* `replicate(N)`. Replicate the instruction N times to store the oparg "inside" the instruction.
|
||||
* `no_save_ip`. This instruction does not affect the instruction pointer.
|
||||
|
||||
### Special functions/macros
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue