Browse Source
bpo-44900: Add five superinstructions. (GH-27741)
bpo-44900: Add five superinstructions. (GH-27741)
* LOAD_FAST LOAD_FAST * STORE_FAST LOAD_FAST * LOAD_FAST LOAD_CONST * LOAD_CONST LOAD_FAST * STORE_FAST STORE_FASTpull/27782/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 133 additions and 20 deletions
-
5Include/opcode.h
-
7Lib/opcode.py
-
7Misc/NEWS.d/next/Core and Builtins/2021-08-12-14-00-57.bpo-44900.w2gpwy.rst
-
95Python/ceval.c
-
10Python/opcode_targets.h
-
29Python/specialize.c
@ -0,0 +1,7 @@ |
|||
Add five superinstructions for PEP 659 quickening: |
|||
|
|||
* LOAD_FAST LOAD_FAST |
|||
* STORE_FAST LOAD_FAST |
|||
* LOAD_FAST LOAD_CONST |
|||
* LOAD_CONST LOAD_FAST |
|||
* STORE_FAST STORE_FAST |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue