History for Include/opcode.h - python/cpython · GitHub

github.com

Tin mới

gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)

gh-100239: replace BINARY_SUBSCR & family by BINARY_OP with oparg NB_SUBSCR (#129700)

gh-105481: opcode.h is no longer generated during the build (#108080)

gh-105481: opcode.h is no longer generated during the build (#108080)

gh-105481: split opcode_ids.h out of opcode.h so that it can be generated separately (#107866)

gh-105481: split opcode_ids.h out of opcode.h so that it can be generated separately (#107866)

GH-107596: Specialize str[int] (GH-107597)

GH-107596: Specialize str[int] (GH-107597)

gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)

gh-105481: simplify definition of pseudo ops in Lib/opcode.py (#107561)

gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py (#107534)

gh-105481: the ENABLE_SPECIALIZATION flag does not need to be generated by the build script, or exposed in opcode.py (#107534)

GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)

GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)

GH-106008: Make implicit boolean conversions explicit (GH-106003)

GH-106008: Make implicit boolean conversions explicit (GH-106003)

gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)

gh-105775: Convert LOAD_CLOSURE to a pseudo-op (#106059)

GH-91095: Specialize calls to normal Python classes. (GH-99331)

GH-91095: Specialize calls to normal Python classes. (GH-99331)

gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)

gh-105481: generate _specializations and _specialized_instructions from bytecodes.c (#105913)

gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions (#105865)

gh-105481: remove HAS_ARG, HAS_CONST, IS_JUMP_OPCODE, IS_PSEUDO_OPCODE and replace by their new versions (#105865)

GH-77273: Better bytecodes for f-strings (GH-6132)

GH-77273: Better bytecodes for f-strings (GH-6132)

GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE (GH-105680)

GH-105678: Split MAKE_FUNCTION into MAKE_FUNCTION and SET_FUNCTION_ATTRIBUTE (GH-105680)

GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)

GH-105229: Remove remaining two-codeunit superinstructions (GH-105326)

GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)

GH-105229: Replace some superinstructions with single instruction equivalent. (GH-105230)

GH-104584: Plugin optimizer API (GH-105100)

GH-104584: Plugin optimizer API (GH-105100)

gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)

gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)

gh-103763: Implement PEP 695 (#103764)

gh-103763: Implement PEP 695 (#103764)

gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)

gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)

gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)

gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)

gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)

gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)

gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)

gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)

GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)

GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)

GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)

gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)

gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)

GH-87849: Simplify stack effect of SEND and specialize it for generators and coroutines. (GH-101788)

gh-101632: Add the new RETURN_CONST opcode (#101633)

gh-100712: make it possible to disable specialization (for debugging) (#100713)

GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)

GH-99005: More intrinsics (GH-100774)

GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)

GH-100288: Remove LOAD_ATTR_METHOD_WITH_DICT instruction. (GH-100753)

Revert "gh-100288: Specialise LOAD_ATTR_METHOD for managed dictionaries (GH-100289)" (#100468)