Home
last modified time | relevance | path

Searched refs:LOAD_ATTR (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dopcode.h91 #define LOAD_ATTR 106 macro
/third_party/python/Misc/NEWS.d/
D3.10.0a5.rst79 The inline cache for ``LOAD_ATTR`` now also optimizes access to attributes
D3.10.0a2.rst124 The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism and
D3.10.0a3.rst198 Fixed a bug with the LOAD_ATTR opcode cache that was not respecting
/third_party/python/Objects/
Dcodeobject.c305 if (opcode == LOAD_GLOBAL || opcode == LOAD_ATTR) { in _PyCode_InitOpcache()
/third_party/python/Python/
Dcompile.c1087 case LOAD_ATTR: in stack_effect()
5271 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1()
5350 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_augassign()
Dceval.c3406 case TARGET(LOAD_ATTR): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst944 .. opcode:: LOAD_ATTR (namei)
/third_party/python/Doc/whatsnew/
D3.10.rst1531 * The ``LOAD_ATTR`` instruction now uses new "per opcode cache" mechanism. It