| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
assembler (#106291)
|
| |
|
|
|
|
|
|
| |
This enables super-instruction formation,
removal of checks for uninitialized variables,
and frees up an instruction.
|
| |
|
|
|
|
| |
replace by their new versions (#105865)
|
| |
|
| |
|
|
|
|
| |
* Remove LOAD_CONST__LOAD_FAST and LOAD_FAST__LOAD_CONST superinstructions.
|
|
|
|
| |
(gh-105320)
|
|
|
|
| |
equivalent. (GH-105230)
|
| |
|
|
|
|
| |
Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
|
| |
|
| |
|
| |
|
| |
|
|
|