COMMITS
/ Python/ceval.c February 24, 2022
D
bpo-46823: Implement LOAD_FAST__LOAD_ATTR_INSTANCE_VALUE superinstruction (GH-31484)
Dennis Sweeney committed
February 23, 2022
B
bpo-44337: Shrink the LOAD_ATTR/STORE_ATTR caches (GH-31517)
Brandt Bucher committed
February 22, 2022
M
Fix reporting of specialization stats. (GH-31503)
Mark Shannon committed
M
Move call specializations from CALL to PRECALL. (GH-31496)
Mark Shannon committed
February 21, 2022
M
bpo-46329: Streamline calling sequence a bit. (GH-31465)
Mark Shannon committed
February 18, 2022
M
bpo-46329: Change calling sequence (again) (GH-31373)
Mark Shannon committed
N
bpo-46709: check eval breaker in specialized `CALL` opcodes (GH-31404)
Nikita Sobolev committed
February 16, 2022
B
bpo-46702: Specialize UNPACK_SEQUENCE (GH-31240)
Brandt Bucher committed
February 14, 2022
M
Include length in stats for UNPACK_SEQUENCE. (GH-31254)
Mark Shannon committed
February 10, 2022
B
bpo-45923: Add `RESUME_QUICK` (GH-31244)
Brandt Bucher committed
M
Gather stats for PRECALL_METHOD. (GH-31259)
Mark Shannon committed
M
bpo-46532: Reduce number of memory writes to update call_shape.kwnames. (GH-31231)
Mark Shannon committed
M
Fix sys.getdxp() when configured with --enable-pystats. (GH-31251)
Mark Shannon committed
M
Add stats for PRECALL_FUNCTION. (GH-31250)
Mark Shannon committed
February 8, 2022
February 7, 2022
M
bpo-46072: Merge dxpairs into py_stats. (GH-31197)
Mark Shannon committed
V
bpo-46670: Remove unused macros in ceval.c (GH-31196)
Victor Stinner committed
February 4, 2022
M
Add miss stats for specialized instructions. (GH-31108)
Mark Shannon committed
February 3, 2022
M
Collect stats for UNPACK_SEQUENCE. (GH-31105)
Mark Shannon committed
M
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon committed
February 2, 2022
M
Add specialization stats for FOR_ITER. (GH-31079)
Mark Shannon committed
M
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon committed
January 29, 2022
K
fFx refleak in isinstance error path (GH-31005)
Ken Jin committed
January 28, 2022
M
bpo-46072: Add simple stats for Python calls. (GH-30989)
Mark Shannon committed
M
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon committed
January 26, 2022
B
bpo-46528: Simplify the VM's stack manipulations (GH-30902)
Brandt Bucher committed
K
Use existing unbound_local_error label in DELETE_FAST opcode (GH-30882)
Kumar Aditya committed
January 25, 2022
D
bpo-46420: Use NOTRACE_DISPATCH() in specialized opcodes (GH-30652)
Dennis Sweeney committed
January 24, 2022
M
bpo-43683: Streamline YIELD_VALUE and SEND (GH-30723)
Mark Shannon committed
January 20, 2022
M
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon committed
January 14, 2022
January 12, 2022
E
Y
bpo-46347: Yet another fix in the erorr path of PyEval_EvalCodeEx (#30554)
Yury Selivanov committed
January 11, 2022
Y
bpo-46347: Fix PyEval_EvalCodeEx to correctly cleanup in error paths (#30551)
Yury Selivanov committed
Y
bpo-46347: Fix memory leak in PyEval_EvalCodeEx. (#30546)
Yury Selivanov committed
January 6, 2022
M
bpo-45923: Handle call events in bytecode (GH-30364)
Mark Shannon committed
P
bpo-46031: add POP_JUMP_IF_NOT_NONE and POP_JUMP_IF_NONE (GH-30019)
penguin_wwy committed
January 5, 2022
B
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher committed
January 4, 2022
B
bpo-46009: Remove GEN_START (GH-30367)
Brandt Bucher committed
I
bpo-46202: Remove opcode POP_EXCEPT_AND_RERAISE (GH-30302)
Irit Katriel committed
January 2, 2022
December 17, 2021
M
bpo-46072: Add top level stats struct (GH-30169)
Mark Shannon committed
I
bpo-45711: Remove type and traceback from exc_info (GH-30122)
Irit Katriel committed
December 15, 2021
M
bpo-46072: Add --with-pystats configure option to simplify gathering of VM stats (GH-30116)
Mark Shannon committed
M
M
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon committed
December 14, 2021
M
bpo-44525: Split calls into PRECALL and CALL (GH-30011)
Mark Shannon committed
I
bpo-45292: [PEP-654] add except* (GH-29581)
Irit Katriel committed