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
/
opcode_metadata.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Carl Meyer
2023-05-16
1
-0/+5
*
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra
2023-05-16
1
-5/+15
*
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104...
Mark Shannon
2023-05-12
1
-5/+0
*
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer
2023-05-11
1
-3/+8
*
gh-87849: fix SEND specialization family definition (GH-104268)
Carl Meyer
2023-05-11
1
-1/+1
*
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer
2023-05-09
1
-0/+5
*
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer
2023-04-25
1
-2/+7
*
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer
2023-04-24
1
-0/+5
*
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-1...
Mark Shannon
2023-04-12
1
-0/+95
*
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher
2023-04-05
1
-19/+19
*
gh-87092: move CFG related code from compile.c to flowgraph.c (#103021)
Irit Katriel
2023-03-31
1
-3/+3
*
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher
2023-03-29
1
-5/+5
*
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher
2023-03-23
1
-18/+13
*
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel
2023-03-22
1
-10/+0
*
gh-102738: remove from cases generator the code related to register instructi...
Irit Katriel
2023-03-15
1
-174/+170
*
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher
2023-03-11
1
-4/+4
*
gh-102021 : Allow multiple input files for interpreter loop generator (#102022)
Jacob Bower
2023-03-04
1
-2/+3
*
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel
2023-02-14
1
-5/+5
*
GH-87849: Simplify stack effect of SEND and specialize it for generators and ...
Mark Shannon
2023-02-13
1
-3/+8
*
gh-98831: Use opcode metadata for stack_effect() (#101704)
Guido van Rossum
2023-02-09
1
-7/+18
*
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum
2023-02-08
1
-56/+56
*
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Guido van Rossum
2023-02-08
1
-2/+2
*
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum
2023-02-08
1
-2/+2
*
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Guido van Rossum
2023-02-07
1
-8/+8
*
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy
2023-02-07
1
-0/+5
*
gh-98831: rewrite UNPACK_EX, UNPACK_SEQUENCE, UNPACK_SEQUENCE_TWO_TUPLE in th...
Irit Katriel
2023-02-07
1
-8/+8
*
gh-98831: Modernize the FOR_ITER family of instructions (#101626)
Guido van Rossum
2023-02-07
1
-15/+15
*
gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)
Irit Katriel
2023-02-06
1
-4/+4
*
gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition...
Irit Katriel
2023-02-03
1
-4/+4
*
gh-98831: rewrite SEND, GET_YIELD_FROM_ITER, RETURN_GENERATOR in the instruct...
Irit Katriel
2023-02-03
1
-6/+6
*
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL...
Irit Katriel
2023-02-02
1
-4/+4
*
gh-98831: Modernize the LOAD_GLOBAL family (#101502)
Guido van Rossum
2023-02-01
1
-10/+10
*
gh-98831: rewrite PUSH_EXC_INFO and conditional jumps in the instruction defi...
Irit Katriel
2023-02-01
1
-16/+16
*
gh-98831: Modernize the LOAD_ATTR family (#101488)
Guido van Rossum
2023-02-01
1
-30/+30
*
gh-98831: rewrite BEFORE_ASYNC_WITH and END_ASYNC_FOR in the instruction defi...
Irit Katriel
2023-01-31
1
-4/+4
*
gh-98831: rewrite GET_LEN, GET_ITER, BEFORE_WITH and a few simple opcodes in ...
Irit Katriel
2023-01-31
1
-14/+14
*
gh-98831: Support conditional effects; use for LOAD_ATTR (#101333)
Guido van Rossum
2023-01-30
1
-4/+4
*
gh-98831: rewrite RAISE_VARARGS in the instruction definition DSL (#101306)
Irit Katriel
2023-01-25
1
-2/+6
*
gh-98831: add variable stack effect support to cases generator (#101309)
Irit Katriel
2023-01-25
1
-171/+857
*
gh-98831: rewrite pattern matching opcodes in the instruction definition DSL ...
Irit Katriel
2023-01-24
1
-4/+4
*
GH-100762: Don't call `gen.throw()` in `gen.close()`, unless necessary. (GH-1...
Mark Shannon
2023-01-24
1
-1/+1
*
gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#1...
Irit Katriel
2023-01-24
1
-1/+1
*
GH-98831: Implement array support in cases generator (#100912)
Guido van Rossum
2023-01-17
1
-4/+4
*
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon
2023-01-16
1
-4/+5
*
GH-98831: Identify instructions that don't use oparg (#100957)
Guido van Rossum
2023-01-14
1
-57/+57
*
GH-100923: Embed jump mask in `COMPARE_OP` oparg (GH-100924)
Mark Shannon
2023-01-11
1
-5/+5
*
GH-98831: Refactor instr format code and change to enum (#100895)
Guido van Rossum
2023-01-09
1
-168/+169
*
GH-99005: More intrinsics (GH-100774)
Mark Shannon
2023-01-06
1
-3/+0
*
gh-98831: Regenerate Python/opcode_metadata.h (GH-100778)
Zachary Ware
2023-01-05
1
-4/+1
*
GH-98831: Update generate_cases.py: register inst, opcode_metadata.h (#100735)
Guido van Rossum
2023-01-05
1
-0/+187