Pieter Eendebak
|
5c3decad66
|
gh-146393: Use recorded type instead of instance in BINARY_OP (#148569)
|
2026-04-14 20:11:42 +00:00 |
|
Pieter Eendebak
|
95cbd4a232
|
gh-146393: Optimize float division operations by mutating uniquely-referenced operands in place (JIT only) (GH-146397)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-04-15 02:08:04 +08:00 |
|
Kumar Aditya
|
3cb7eaec85
|
gh-131798: constant fold special method lookups in JIT (#148432)
|
2026-04-14 16:02:23 +00:00 |
|
Kumar Aditya
|
1aa7e7ee6d
|
gh-gh-131798: optimize LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN in the JIT (#148555)
|
2026-04-14 21:00:32 +05:30 |
|
Hai Zhu
|
5ce0fe8b6c
|
gh-148378: Allow multiple consecutive recording ops per macro op (GH-148496)
|
2026-04-14 19:26:53 +08:00 |
|
Kumar Aditya
|
88e378cc1c
|
gh-131798: optimize through keyword and bound method calls in the JIT (GH-148466)
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
|
2026-04-13 21:14:48 +08:00 |
|
Neko Asakura
|
63492628be
|
gh-148438: implement _RECORD_BOUND_METHOD in JIT (GH-148457)
|
2026-04-13 02:57:55 +08:00 |
|
Pieter Eendebak
|
1c89817f51
|
gh-148276: Optimize object creation and method calls in the JIT by resolving __init__ at trace optimization time (GH-148277)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
|
2026-04-11 22:22:42 +08:00 |
|
Kumar Aditya
|
458aca9237
|
gh-131798: fold super method lookups in JIT (#148231)
|
2026-04-09 13:25:01 +05:30 |
|
Mark Shannon
|
879c85f6e4
|
GH-145667: Merge GET_ITER and GET_YIELD_FROM_ITER (GH-146120)
* Merge GET_ITER and GET_YIELD_FROM_ITER. Modify SEND to make it a bit more like FOR_ITER
|
2026-03-21 10:48:13 +00:00 |
|
Hai Zhu
|
277a03711b
|
gh-145197: Fix JIT trace crash when recording function from cleared generator frame (GH-145220)
|
2026-02-25 16:52:53 +00:00 |
|
Mark Shannon
|
b53fc7caa6
|
GH-144179: Use recorded values to make optimizer more robust (GH-144437)
* Add three new symbol kinds
* Do not smuggle code object in _PUSH_FRAME operand
* Fix small bug in predicate analysis
|
2026-02-05 08:58:41 +00:00 |
|
Mark Shannon
|
141fd8b894
|
GH-144179: Add value recording to JIT tracing front-end (GH-144303)
|
2026-02-02 16:57:04 +00:00 |
|