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
Optimizer: Make special subtyping checks for RuntimeLong explicit
To enable the IRChecker, we only want to consider RuntimeLong
equivalent to BoxedLong when we'll end up removing that type
information from the IR. In practice, this is during instance checks.
As a result, we can also see that some of the cases were unnecessary:
- The instance checks already handle nullability.
- We never emit an instance check for RuntimeLong, so that direction
is unnecessary.
0 commit comments