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
[MERGE #6146@zenparsing] Move type transition before use processing in backward pass
Merge pull request #6146 from zenparsing:type-transition-order
When we insert type transitions, we need to know whether an aux slot pointer is in use so that we can correctly generate AdjustObjTypeReloadAuxSlotPtr intrs. Since use processing can clear aux slot syms from the upward exposed set, we move type transitions before use processing.
0 commit comments