index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
/
ceval_macros.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
1
-0/+4
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
1
-1/+1
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
1
-0/+5
*
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher
2023-07-20
1
-1/+13
*
gh-105481: Generate the opcode lists in dis from data extracted from bytecode...
Irit Katriel
2023-07-18
1
-0/+1
*
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum
2023-07-17
1
-0/+2
*
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon
2023-07-03
1
-1/+3
*
gh-104584: Change DEOPT_IF in uops executor (#106146)
Guido van Rossum
2023-06-27
1
-2/+1
*
gh-104584: Fix assert in DEOPT macro -- should fix buildbot (#106131)
Guido van Rossum
2023-06-27
1
-1/+2
*
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum
2023-06-27
1
-1/+9
*
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel
2023-06-14
1
-0/+6
*
GH-100987: Allow objects other than code objects as the "executable" of an in...
Mark Shannon
2023-06-14
1
-5/+7
*
gh-105481: add flags to each instr in the opcode metadata table, to replace o...
Irit Katriel
2023-06-13
1
-0/+5
*
GH-104610: Remove the use of `PREDICT` macros. (GH-104651)
Mark Shannon
2023-06-07
1
-15/+0
*
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon
2023-06-02
1
-1/+0
*
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon
2023-05-18
1
-1/+1
*
GH-104405: Add missing PEP 523 checks (GH-104406)
Brandt Bucher
2023-05-12
1
-0/+1
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-3/+2
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-45/+16
*
gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)
gaogaotiantian
2023-03-18
1
-0/+1
*
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. ...
Mark Shannon
2023-03-13
1
-0/+20
*
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower
2023-02-20
1
-9/+9
*
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum
2023-02-08
1
-0/+3
*
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Guido van Rossum
2023-01-18
1
-0/+349