Skip to content

Conversation

@aviatesk
Copy link
Member

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.

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.
@aviatesk aviatesk merged commit 3770051 into master Nov 18, 2024
5 of 7 checks passed
@aviatesk aviatesk deleted the avi/Base-EA branch November 18, 2024 10:46
serenity4 pushed a commit to serenity4/julia that referenced this pull request May 1, 2025
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants