gh-119786: add JUMP_BACKWARD macro to the Jumps section (#131213)
add JUMP_BACKWARD opcode macro to the Jumps section JUMP_BACKWARD opcode macro added to the Jumps section in interpreter.md file at InternalDocs.
This commit is contained in:
@@ -112,7 +112,7 @@ already points to the next instruction.
|
||||
Thus, jump instructions can be implemented by manipulating `next_instr`:
|
||||
|
||||
- A jump forward (`JUMP_FORWARD`) sets `next_instr += oparg`.
|
||||
- A jump backward sets `next_instr -= oparg`.
|
||||
- A jump backward (`JUMP_BACKWARD`) sets `next_instr -= oparg`.
|
||||
|
||||
## Inline cache entries
|
||||
|
||||
|
||||
Reference in New Issue
Block a user