You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate interpreter stack maps to InterpCompiler and use them in place of CORINFO_FLG_CONTAINS_GC_PTR (#118860)
* Use GetInterpreterStackMap to determine whether a class actually contains any refs
* Keep a unique stackmap hashtable per InterpCompiler instance that is owned by the compiler
* Add dtor to InterpreterStackMap that frees slots if present
* Add optional ValueDestroyCallback ctor arg to dn_simdhash_ptr_ptr_holder
0 commit comments