gh-131798: constant fold special method lookups in JIT (#148432)

This commit is contained in:
Kumar Aditya 2026-04-14 21:32:23 +05:30 committed by GitHub
parent 11da7d4e21
commit 3cb7eaec85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 71 additions and 6 deletions

View file

@ -3883,6 +3883,7 @@ dummy_func(
}
macro(LOAD_SPECIAL) =
_RECORD_TOS_TYPE +
_INSERT_NULL +
_LOAD_SPECIAL;