Irit Katriel
|
3a9e67a9fd
|
gh-115376: fix segfault in _testinternalcapi.compiler_codegen on bad input (#115379)
|
2024-02-15 14:32:21 +00:00 |
Mark Shannon
|
981d172f7f
|
GH-112354: `END_FOR` instruction to only pop one value. (GH-114247)
* Compiler emits END_FOR; POP_TOP instead of END_FOR. To support tier 2 side exits in loops.
|
2024-01-24 15:10:17 +00:00 |
Irit Katriel
|
d36a365118
|
gh-107901: synthetic jumps which are not at end of loop no longer check the eval breaker (#113721)
|
2024-01-06 14:20:08 +00:00 |
Brandt Bucher
|
a9caf9cf90
|
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
|
2023-08-09 18:19:39 +00:00 |
Brandt Bucher
|
7b2d94d875
|
GH-106008: Make implicit boolean conversions explicit (GH-106003)
|
2023-06-29 13:49:54 -07:00 |
Irit Katriel
|
2c2dc61e8d
|
gh-104240: make _PyCompile_CodeGen support different compilation modes (#104241)
|
2023-05-07 18:47:28 +01:00 |
Irit Katriel
|
9f799ab020
|
gh-87092: Make jump target label equal to the offset of the target in the instructions sequence (#102093)
|
2023-02-28 11:29:32 +00:00 |
Irit Katriel
|
a3ac9232f8
|
gh-87092: expose the compiler's codegen to python for unit tests (GH-99111)
|
2022-11-14 13:56:40 +00:00 |