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
This seems to be related to a bug I hit on #58014 where if we do type-inference on old worlds first (i.e. delete the reverse! on this line) then we get very incorrect inference results for this function in the sysimage:
this should be quickly invalidated (if it's even correct at all), but this CodeInstance is left valid indefinitely (and will SIGILL when executed in a new enough world)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This CodeInstance claims it was valid in
0xa7
:However, something goes wrong if we try to re-generate the code / inference:
This seems to be related to a bug I hit on #58014 where if we do type-inference on old worlds first (i.e. delete the
reverse!
on this line) then we get very incorrect inference results for this function in the sysimage:In particular:
this should be quickly invalidated (if it's even correct at all), but this CodeInstance is left valid indefinitely (and will
SIGILL
when executed in a new enough world)The text was updated successfully, but these errors were encountered: