FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/optimizer_cases.c.h - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Python
optimizer_cases.c.h
on
main
User selector
Datepicker
Commit history
Commits on Aug 13, 2026
gh-155486: Allow non-compact integers in `TO_BOOL_INT` (GH-155531)
marinelay
authored
cd98657
View commit details
Copy full SHA for cd98657
View code at this point
Browse repository at this point
Commits on Jul 6, 2026
gh-150490: Raise PyType_Modified for insertion into split dictionary (take 2) (#152914)
Show description for 2092192
DinoV
authored
2092192
View commit details
Copy full SHA for 2092192
View code at this point
Browse repository at this point
gh-145855: Remove the DELETE_ATTR bytecode (GH-146216)
aisk
authored
8bee2a3
View commit details
Copy full SHA for 8bee2a3
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
gh-152066: Merge `_GUARD_DORV_VALUES_INST_ATTR_FROM_DICT` into `_CHECK_MANAGED_OBJECT_HAS_VALUES` (GH-152231)
Aniketsy
authored
87120d3
View commit details
Copy full SHA for 87120d3
View code at this point
Browse repository at this point
Commits on Jun 30, 2026
gh-145857: Replace `DELETE_GLOBAL` with `PUSH_NULL; STORE_GLOBAL` (GH-146314)
brijkapadia
authored
a3dc784
View commit details
Copy full SHA for a3dc784
View code at this point
Browse repository at this point
gh-145854: Replace `DELETE_NAME` with `PUSH_NULL; STORE_NAME` (GH-146006)
brijkapadia
authored
c393ab6
View commit details
Copy full SHA for c393ab6
View code at this point
Browse repository at this point
Commits on Jun 26, 2026
gh-152238: Revert gh-150490 and gh-152200. (gh-152232)
Show description for 9626ef8
nascheme
authored
9626ef8
View commit details
Copy full SHA for 9626ef8
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
gh-150490: Raise PyType_Modified for insertion into split dictionary (#150489)
Show description for efb2fff
DinoV
authored
efb2fff
View commit details
Copy full SHA for efb2fff
View code at this point
Browse repository at this point
Commits on May 28, 2026
gh-148871: make `LOAD_COMMON_CONSTANT` use immortal stackref borrows (GH-149625)
NekoAsakura
authored
39bd44f
View commit details
Copy full SHA for 39bd44f
View code at this point
Browse repository at this point
Commits on May 18, 2026
gh-144140: Optimize len for frozen dict/set constants in optimizer (#149969)
lgeiger
authored
18281db
View commit details
Copy full SHA for 18281db
View code at this point
Browse repository at this point
Commits on May 8, 2026
gh-149459: Fix segfault when `_LOAD_SPECIAL` guard deoptimizes (#149478)
cocolato
authored
c341e34
View commit details
Copy full SHA for c341e34
View code at this point
Browse repository at this point
Commits on May 7, 2026
gh-149481: skip `FOR_ITER` inline specialization for Python `__next__` (#149491)
Show description for 49918f5
authored
49918f5
View commit details
Copy full SHA for 49918f5
View code at this point
Browse repository at this point
Commits on May 5, 2026
GH-143732: SEND specialization (GH-148963)
Show description for 70bd1c2
markshannon
authored
70bd1c2
View commit details
Copy full SHA for 70bd1c2
View code at this point
Browse repository at this point
Commits on May 4, 2026
gh-143732: add specialization for `FOR_ITER` (GH-148745)
NekoAsakura
authored
9846407
View commit details
Copy full SHA for 9846407
View code at this point
Browse repository at this point
gh-143732: allow dict subclasses to be specialized (GH-148128)
kumaraditya303
authored
5847931
View commit details
Copy full SHA for 5847931
View code at this point
Browse repository at this point
Commits on May 3, 2026
gh-149217: Avoid adding dependencies on immutable, immortal classes in the JIT (GH149256)
Wulian233
authored
8a7edda
View commit details
Copy full SHA for 8a7edda
View code at this point
Browse repository at this point
Commits on May 2, 2026
gh-148871: extend and improve `LOAD_COMMON_CONSTANT` (GH-148971)
NekoAsakura
authored
7c9ad27
View commit details
Copy full SHA for 7c9ad27
View code at this point
Browse repository at this point
gh-148380: remove all uses of `_PyType_LookupByVersion` in `optimizer_bytecodes.c` (GH-148394)
NekoAsakura
authored
2ca6333
View commit details
Copy full SHA for 2ca6333
View code at this point
Browse repository at this point
Commits on May 1, 2026
gh-149204: add `_RROT_3` uop to reduce stack moves (GH-149205)
NekoAsakura
authored
0102c1d
View commit details
Copy full SHA for 0102c1d
View code at this point
Browse repository at this point
Commits on Apr 30, 2026
gh-149049: Fix jit binary op stack underflow (GH-149076)
eendebakpt
authored
7fe51ce
View commit details
Copy full SHA for 7fe51ce
View code at this point
Browse repository at this point
Commits on Apr 28, 2026
gh-148211: decompose `_SHUFFLE_3_LOAD_CONST_INLINE_BORROW` in JIT (GH-148816)
NekoAsakura
authored
2b6a137
View commit details
Copy full SHA for 2b6a137
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
GH-145668: Add FOR_ITER specialization for virtual iterators. Specialize GET_ITER. (GH-147967)
Show description for 600f4db
markshannon
authored
600f4db
View commit details
Copy full SHA for 600f4db
View code at this point
Browse repository at this point
gh-100239: Specialize more binary operations using BINARY_OP_EXTEND (GH-128956)
eendebakpt
authored
1f6a09f
View commit details
Copy full SHA for 1f6a09f
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
gh-148604: change `ADD_OP(_POP_TOP, ...)` to `optimize_pop_top` in `optimizer_bytecodes.c` (GH-148619)
NekoAsakura
authored
e998eb9
View commit details
Copy full SHA for e998eb9
View code at this point
Browse repository at this point
gh-131798: Fix `_ITER_CHECK_RANGE` type in the JIT (#148607)
Wulian233
authored
c7e9919
View commit details
Copy full SHA for c7e9919
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
gh-146393: Use recorded type instead of instance in BINARY_OP (#148569)
eendebakpt
authored
5c3deca
View commit details
Copy full SHA for 5c3deca
View code at this point
Browse repository at this point
gh-146393: Optimize float division operations by mutating uniquely-referenced operands in place (JIT only) (GH-146397)
Show description for 95cbd4a
eendebakpt
and
claude
authored
95cbd4a
View commit details
Copy full SHA for 95cbd4a
View code at this point
Browse repository at this point
gh-131798: constant fold special method lookups in JIT (#148432)
kumaraditya303
authored
3cb7eae
View commit details
Copy full SHA for 3cb7eae
View code at this point
Browse repository at this point
gh-gh-131798: optimize `LOAD_ATTR_GETATTRIBUTE_OVERRIDDEN` in the JIT (#148555)
kumaraditya303
authored
1aa7e7e
View commit details
Copy full SHA for 1aa7e7e
View code at this point
Browse repository at this point
gh-131798: Constant-fold `_CONTAINS_OP_DICT` for frozendict (GH-148548)
Wulian233
authored
e0b56f0
View commit details
Copy full SHA for e0b56f0
View code at this point
Browse repository at this point
gh-148510: restore `func_version` check in `_LOAD_ATTR_PROPERTY_FRAME` (GH-148528)
NekoAsakura
authored
52a7f1b
View commit details
Copy full SHA for 52a7f1b
View code at this point
Browse repository at this point
gh-148515: make `optimizer_generator` respect multiple caches (#148524)
NekoAsakura
authored
e02ac1d
View commit details
Copy full SHA for e02ac1d
View code at this point
Browse repository at this point
Commits on Apr 13, 2026
gh-131798: JIT: Optimize `_CHECK_IS_NOT_PY_CALLABLE_EX` and `_CHECK_IS_NOT_PY_CALLABLE_KW` (GH-148494)
Wulian233
authored
afaf58b
View commit details
Copy full SHA for afaf58b
View code at this point
Browse repository at this point
gh-131798: optimize through keyword and bound method calls in the JIT (GH-148466)
Show description for 88e378c
kumaraditya303
and
Fidget-Spinner
authored
88e378c
View commit details
Copy full SHA for 88e378c
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
gh-148438: implement `_RECORD_BOUND_METHOD` in JIT (GH-148457)
NekoAsakura
authored
6349262
View commit details
Copy full SHA for 6349262
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL