File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,13 @@ list of annotations and their meanings are as follows:
174
174
* ` override ` . For external use by other interpreter definitions to override the current
175
175
instruction definition.
176
176
* ` pure ` . This instruction has no side effects.
177
- * 'tierN'. This instruction is only used by the tier N interpreter.
177
+ * ` tierN ` . This instruction is only used by the tier N interpreter.
178
+ * ` specializing ` . A prefix for an instructions related to adaptive interpreter.
179
+ * ` replaced ` . This instruction will be replaced in the final bytecode by its directed
180
+ version (either forward or backward).
181
+ * ` register ` . Currently does nothing.
182
+ * ` replicate(N) ` . Replicate the instruction N times to store the oparg "inside" the instruction.
183
+ * ` no_save_ip ` . This instruction does not affect the instruction pointer.
178
184
179
185
### Special functions/macros
180
186
You can’t perform that action at this time.
0 commit comments