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
The reason we originally used `_TOP_MOD` was to make it possible to load
`EscapeAnalysis.jl` from the `Main` context while developing EA.
However, now that the Compiler stdlib allows the same thing to be done
for the entire `Compiler` module including `EscapeAnalysis`, the trick
on the EA side is no longer necessary.
0 commit comments