FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Python/ceval_macros.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
ceval_macros.h
on
main
User selector
Datepicker
Commit history
Commits on Aug 13, 2026
gh-129752: Don't update adaptive counters when TLBC=0 in free-threading. (gh-155497)
corona10
authored
ee4fe00
View commit details
Copy full SHA for ee4fe00
View code at this point
Browse repository at this point
Commits on Jul 1, 2026
GH-148874: Make sure that mngr.__exit__() is always called in a with statement (GH-150911)
Show description for c698243
markshannon
authored
c698243
View commit details
Copy full SHA for c698243
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
gh-152375: Fix undefined behaviour in the `INSTRUMENTED_JUMP` macro (#152376)
StanFromIreland
authored
cdec9ac
View commit details
Copy full SHA for cdec9ac
View code at this point
Browse repository at this point
Commits on Jun 18, 2026
GH-150516: Reduce the work done to spill and reload the stack around calls (GH-151587)
markshannon
authored
ad1513a
View commit details
Copy full SHA for ad1513a
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
GH-148960: Reduce the size of the debug stencils to less than half. (GH-150551)
Show description for 633b6be
markshannon
authored
633b6be
View commit details
Copy full SHA for 633b6be
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
gh-98894: Restore function entry/exit DTrace probes (#142397)
Show description for 9a268e3
pablogsal
authored
9a268e3
View commit details
Copy full SHA for 9a268e3
View code at this point
Browse repository at this point
Commits on May 2, 2026
GH-126910: Add gdb support for unwinding JIT frames (#146071)
Show description for c7b7ca2
diegorusso
and
pablogsal
authored
c7b7ca2
View commit details
Copy full SHA for c7b7ca2
View code at this point
Browse repository at this point
Commits on Apr 16, 2026
gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032)
Show description for c0af5c0
DinoV
authored
c0af5c0
View commit details
Copy full SHA for c0af5c0
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
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
Commits on Apr 3, 2026
gh-146640: Optimize int operations by mutating uniquely-referenced operands in place (JIT only) (GH-146641)
eendebakpt
authored
48317fe
View commit details
Copy full SHA for 48317fe
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-146306: JIT: Optimize float operations by mutating uniquely-referenced operands in place (GH-146307)
Show description for 951675c
eendebakpt
and
claude
authored
951675c
View commit details
Copy full SHA for 951675c
View code at this point
Browse repository at this point
Commits on Jan 30, 2026
gh-120321: Make gi_yieldfrom thread-safe in free-threading build (#144292)
Show description for a01694d
colesbury
authored
a01694d
View commit details
Copy full SHA for a01694d
View code at this point
Browse repository at this point
Commits on Jan 27, 2026
gh-144289: Remove ENABLE_SPECIALIZATION_FT (gh-144290)
Show description for 6ea3f8c
colesbury
authored
6ea3f8c
View commit details
Copy full SHA for 6ea3f8c
View code at this point
Browse repository at this point
gh-120321: Add missing "return false" in gen_try_set_executing (gh-144291)
Show description for 6b45381
colesbury
authored
6b45381
View commit details
Copy full SHA for 6b45381
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
GH-139109: Partial reworking of JIT data structures (GH-144105)
Show description for d77aaa7
markshannon
authored
d77aaa7
View commit details
Copy full SHA for d77aaa7
View code at this point
Browse repository at this point
Commits on Jan 14, 2026
gh-143123: Protect against recursive tracer calls/finalization (GH-143126)
Show description for e370c8d
Fidget-Spinner
authored
e370c8d
View commit details
Copy full SHA for e370c8d
View code at this point
Browse repository at this point
Commits on Jan 9, 2026
gh-143421: Allocate all JIT state in one go (GH-143626)
Fidget-Spinner
authored
e0fb278
View commit details
Copy full SHA for e0fb278
View code at this point
Browse repository at this point
Commits on Jan 7, 2026
gh-143531: Use macro to check if PEP 523 is hooked (#143532)
Show description for bfc3d8d
DinoV
authored
bfc3d8d
View commit details
Copy full SHA for bfc3d8d
View code at this point
Browse repository at this point
Commits on Dec 22, 2025
GH-139922: Tail calling for MSVC (VS 2026) (GH-143068)
Show description for be3c131
authored
be3c131
View commit details
Copy full SHA for be3c131
View code at this point
Browse repository at this point
Commits on Dec 19, 2025
gh-120321: Make gi_frame_state transitions atomic in FT build (gh-142599)
Show description for 08bc03f
colesbury
authored
08bc03f
View commit details
Copy full SHA for 08bc03f
View code at this point
Browse repository at this point
Commits on Dec 15, 2025
gh-134584: Remove custom float decref ops (GH-142576)
Fidget-Spinner
authored
0ac4e6c
View commit details
Copy full SHA for 0ac4e6c
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
GH-140683: JIT: Improve machine code for loading smaller constants on AArch64. (GH-142511)
Show description for 4eab90f
markshannon
authored
4eab90f
View commit details
Copy full SHA for 4eab90f
View code at this point
Browse repository at this point
GH-135379: Top of stack caching for the JIT. (GH-135465)
Show description for 469f191
markshannon
authored
469f191
View commit details
Copy full SHA for 469f191
View code at this point
Browse repository at this point
Commits on Dec 3, 2025
GH-141794: Limit size of generated machine code. (GH-142228)
Show description for 62423c9
markshannon
authored
62423c9
View commit details
Copy full SHA for 62423c9
View code at this point
Browse repository at this point
Commits on Nov 18, 2025
GH-139109: Support switch/case dispatch with the tracing interpreter. (GH-141703)
markshannon
authored
b420f6b
View commit details
Copy full SHA for b420f6b
View code at this point
Browse repository at this point
Commits on Nov 13, 2025
gh-139109: A new tracing JIT compiler frontend for CPython (GH-140310)
Show description for 4fa80ce
Fidget-Spinner
authored
4fa80ce
View commit details
Copy full SHA for 4fa80ce
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
gh-131253: free-threaded build support for pystats (gh-137189)
Show description for c98c5b3
nascheme
authored
c98c5b3
View commit details
Copy full SHA for c98c5b3
View code at this point
Browse repository at this point
Commits on Nov 1, 2025
gh-140513: Fail to compile if `_Py_TAIL_CALL_INTERP` is set but `preserve_none` and `musttail` do not exist. (GH-140548)
Show description for 2f60b8f
XChaitanyaX
and
chris-eibl
authored
2f60b8f
View commit details
Copy full SHA for 2f60b8f
View code at this point
Browse repository at this point
Commits on Oct 27, 2025
gh-140104: Set next_instr properly in the JIT during exceptions (GH-140233)
Show description for a716091
authored
a716091
View commit details
Copy full SHA for a716091
View code at this point
Browse repository at this point
Commits on Sep 18, 2025
gh-139109: Dynamic opcode targets (GH-139111)
Show description for a269e69
Fidget-Spinner
authored
a269e69
View commit details
Copy full SHA for a269e69
View code at this point
Browse repository at this point
gh-135755: Make Py_TAIL_CALL_INTERP macro private (#138981)
Show description for 6504f20
vstinner
authored
6504f20
View commit details
Copy full SHA for 6504f20
View code at this point
Browse repository at this point
Commits on Aug 21, 2025
GH-137959: Replace shim code in jitted code with a single trampoline function. (GH-137961)
markshannon
authored
a8d9d94
View commit details
Copy full SHA for a8d9d94
View code at this point
Browse repository at this point
Commits on Aug 9, 2025
GH-132532: Add new DSL macros to better declare semantics of exits at ends of instructions/uops. (GH-137098)
markshannon
authored
af15e1d
View commit details
Copy full SHA for af15e1d
View code at this point
Browse repository at this point
Commits on Aug 1, 2025
GH-136410: Faster side exits by using a cold exit stub (GH-136411)
markshannon
authored
e7b55f5
View commit details
Copy full SHA for e7b55f5
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL