Merge LOAD_METHOD
back into LOAD_ATTR
for better specialization
#93429
Labels
LOAD_METHOD
back into LOAD_ATTR
for better specialization
#93429
LOAD_METHOD
split off fromLOAD_ATTR
in 3.7 as a compiler based optimisation.I proposed to merge it back to enable better specialization. The actual
LOAD_METHOD
instruction is left around as a virtual instruction at the moment.See faster-cpython/ideas#400 (reply in thread)
The text was updated successfully, but these errors were encountered: