mirror of
https://github.com/python/cpython.git
synced 2025-12-09 18:48:05 +00:00
Fix typos in documentation and comments (#119763)
This commit is contained in:
parent
5a1205b641
commit
9e052619a6
7 changed files with 9 additions and 9 deletions
|
|
@ -87,4 +87,4 @@ Tier 2 IR entries are all the same size; there is no equivalent to `EXTENDED_ARG
|
|||
|
||||
- **opcode**: Sometimes the same as a Tier 1 opcode, sometimes a separate micro opcode. Tier 2 opcodes are 9 bits (as opposed to Tier 1 opcodes, which fit in 8 bits). By convention, Tier 2 opcode names start with `_`.
|
||||
- **oparg**: The argument. Usually the same as the Tier 1 oparg after expansion of `EXTENDED_ARG` prefixes. Up to 32 bits.
|
||||
- **operand**: An aditional argument, Typically the value of *one* cache item from the Tier 1 inline cache, up to 64 bits.
|
||||
- **operand**: An additional argument, Typically the value of *one* cache item from the Tier 1 inline cache, up to 64 bits.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue