FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/optimizer_analysis.c - 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_analysis.c
on
3.14
User selector
Datepicker
Commit history
Commits on May 12, 2026
[3.14] gh-145235: Make dict watcher API thread-safe for free-threaded builds (gh-145233) (#149691)
Show description for d6b6fd7
colesbury
and
yoney
authored
d6b6fd7
View commit details
Copy full SHA for d6b6fd7
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
[3.14] gh-148393: Use atomic ops on _ma_watcher_tag in free threading build (gh-148397) (#148451)
Show description for a89b241
miss-islington
and
colesbury
authored
a89b241
View commit details
Copy full SHA for a89b241
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
[3.14] gh-137728 gh-137762: Fix bugs in the JIT with many local variables (GH-137764) (#137999)
Show description for cf5c170
miss-islington
and
Fidget-Spinner
authored
cf5c170
View commit details
Copy full SHA for cf5c170
View code at this point
Browse repository at this point
Commits on Jun 20, 2025
[3.14] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613) (#135739)
Show description for 60fc42c
Fidget-Spinner
and
devdanzin
authored
60fc42c
View commit details
Copy full SHA for 60fc42c
View code at this point
Browse repository at this point
Commits on May 1, 2025
Remove duplicate includes: Python/{bytecodes,ceval,optimizer_analysis}.c (#132622)
AA-Turner
authored
f21e42d
View commit details
Copy full SHA for f21e42d
View code at this point
Browse repository at this point
Commits on Apr 21, 2025
GH-130415: Improve the JIT's unneeded uop removal pass (GH-132333)
brandtbucher
authored
4f7f72c
View commit details
Copy full SHA for 4f7f72c
View code at this point
Browse repository at this point
Commits on Apr 1, 2025
GH-131726: Split up _CHECK_VALIDITY_AND_SET_IP (GH-131810)
brandtbucher
authored
3a8cefb
View commit details
Copy full SHA for 3a8cefb
View code at this point
Browse repository at this point
gh-130704: Strength reduce `LOAD_FAST{_LOAD_FAST}` (#130708)
Show description for 053c285
mpage
authored
053c285
View commit details
Copy full SHA for 053c285
View code at this point
Browse repository at this point
Commits on Mar 20, 2025
GH-131498: Remove conditional stack effects (GH-131499)
Show description for 7ebd71e
markshannon
authored
7ebd71e
View commit details
Copy full SHA for 7ebd71e
View code at this point
Browse repository at this point
Commits on Mar 2, 2025
GH-130415: Use boolean guards to narrow types to values in the JIT (GH-130659)
brandtbucher
authored
7afa476
View commit details
Copy full SHA for 7afa476
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
GH-130296: Avoid stack transients in four instructions. (GH-130310)
Show description for 54965f3
markshannon
authored
54965f3
View commit details
Copy full SHA for 54965f3
View code at this point
Browse repository at this point
Commits on Feb 7, 2025
GH-129715: Remove _DYNAMIC_EXIT (GH-129716)
brandtbucher
authored
5fa7e1b
View commit details
Copy full SHA for 5fa7e1b
View code at this point
Browse repository at this point
Commits on Jan 27, 2025
GH-128914: Remove all but one conditional stack effects (GH-129226)
Show description for 75b4962
markshannon
authored
75b4962
View commit details
Copy full SHA for 75b4962
View code at this point
Browse repository at this point
Commits on Jan 23, 2025
Revert "GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)" (GH-129202)
Show description for a10f993
colesbury
authored
a10f993
View commit details
Copy full SHA for a10f993
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
GH-128914: Remove conditional stack effects from `bytecodes.c` and the code generators (GH-128918)
markshannon
authored
ab61d3f
View commit details
Copy full SHA for ab61d3f
View code at this point
Browse repository at this point
GH-128939: Refactor JIT optimize structs (GH-128940)
markshannon
authored
f0f7b97
View commit details
Copy full SHA for f0f7b97
View code at this point
Browse repository at this point
Commits on Dec 13, 2024
gh-115999: Specialize loading attributes from modules in free-threaded builds (#127711)
Show description for 2de048c
mpage
authored
2de048c
View commit details
Copy full SHA for 2de048c
View code at this point
Browse repository at this point
Commits on Nov 9, 2024
gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-124846)
Show description for 6293d00
Fidget-Spinner
and
brandtbucher
authored
6293d00
View commit details
Copy full SHA for 6293d00
View code at this point
Browse repository at this point
Commits on Oct 9, 2024
gh-115999: Refactor `LOAD_GLOBAL` specializations to avoid reloading {globals, builtins} keys (gh-124953)
Show description for f978fb4
mpage
authored
f978fb4
View commit details
Copy full SHA for f978fb4
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
gh-120619: Optimize through `_Py_FRAME_GENERAL` (GH-124518)
Show description for b84a763
Fidget-Spinner
authored
b84a763
View commit details
Copy full SHA for b84a763
View code at this point
Browse repository at this point
Commits on Oct 1, 2024
gh-124296: Remove private dictionary version tag (PEP 699) (#124472)
colesbury
authored
5aa91c5
View commit details
Copy full SHA for 5aa91c5
View code at this point
Browse repository at this point
Commits on Sep 24, 2024
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Show description for f4997bb
colesbury
authored
f4997bb
View commit details
Copy full SHA for f4997bb
View code at this point
Browse repository at this point
Commits on Aug 1, 2024
GH-118095: Add tier two support for BINARY_SUBSCR_GETITEM (GH-120793)
markshannon
authored
df13a18
View commit details
Copy full SHA for df13a18
View code at this point
Browse repository at this point
Commits on Jun 26, 2024
gh-120642: Move private PyCode APIs to the internal C API (#120643)
Show description for 9e4a81f
vstinner
authored
9e4a81f
View commit details
Copy full SHA for 9e4a81f
View code at this point
Browse repository at this point
Commits on Jun 25, 2024
GH-120982: Add stack check assertions to generated interpreter code (GH-120992)
markshannon
authored
8f5a017
View commit details
Copy full SHA for 8f5a017
View code at this point
Browse repository at this point
Commits on Jun 17, 2024
GH-120619: Clean up `RETURN_VALUE` instruction (GH-120624)
Show description for 274f844
markshannon
authored
274f844
View commit details
Copy full SHA for 274f844
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
gh-119258: Eliminate Type Guards in Tier 2 Optimizer with Watcher (GH-119365)
Show description for 55402d3
authored
55402d3
View commit details
Copy full SHA for 55402d3
View code at this point
Browse repository at this point
Commits on May 10, 2024
GH-118910: Less boilerplate in the tier 2 optimizer (#118913)
markshannon
authored
f5c6b99
View commit details
Copy full SHA for f5c6b99
View code at this point
Browse repository at this point
Commits on May 1, 2024
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Show description for 7d83f7b
gvanrossum
authored
7d83f7b
View commit details
Copy full SHA for 7d83f7b
View code at this point
Browse repository at this point
Commits on Apr 25, 2024
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
markshannon
authored
f180b31
View commit details
Copy full SHA for f180b31
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)
markshannon
authored
83235f7
View commit details
Copy full SHA for 83235f7
View code at this point
Browse repository at this point
Commits on Apr 22, 2024
GH-115480: Reduce guard strength for binary ops when type of one operand is known already (GH-118050)
markshannon
authored
a6647d1
View commit details
Copy full SHA for a6647d1
View code at this point
Browse repository at this point
Commits on Apr 19, 2024
GH-116202: Incorporate invalidation check into _START_EXECUTOR. (GH-118044)
markshannon
authored
7e6fa5f
View commit details
Copy full SHA for 7e6fa5f
View code at this point
Browse repository at this point
GH-115419: Improve list of escaping functions (GH-118054)
markshannon
authored
d3bd6b5
View commit details
Copy full SHA for d3bd6b5
View code at this point
Browse repository at this point
Commits on Apr 18, 2024
GH-115419: Tidy up tier 2 optimizer. Merge peephole pass into main pass (GH-117997)
markshannon
authored
e32f6e9
View commit details
Copy full SHA for e32f6e9
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL