mirror of
https://github.com/python/cpython.git
synced 2026-04-20 02:40:59 +00:00
gh-131798: constant fold special method lookups in JIT (#148432)
This commit is contained in:
parent
11da7d4e21
commit
3cb7eaec85
6 changed files with 71 additions and 6 deletions
|
|
@ -3883,6 +3883,7 @@ dummy_func(
|
|||
}
|
||||
|
||||
macro(LOAD_SPECIAL) =
|
||||
_RECORD_TOS_TYPE +
|
||||
_INSERT_NULL +
|
||||
_LOAD_SPECIAL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue