Skip to content

compiler: consolidate staticdata.jl and invalidations.jl into Compiler proper [NFCI] #59238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Aug 8, 2025

This aims to consolidate more of the code that is expected to run in typeinf_world into Compiler proper. The intent is that these are likely to gain more interaction (both directions) with inference, as the compiler should use this mini-compiler and vice versa.

We actually might want a Base.CompilerUtils module so that the Compiler package itself is smaller and less reliant on internal APIs, but for now just move these into a submodule of Compiler.

…r proper

We actually might want a `Base.CompilerUtils` module so that the
`Compiler` package itself is smaller and less reliant on internal APIs,
but for now just move these into a submodule of Compiler.

These are supposed to call back into (and be called by) inference quite
heavily in the future, so it makes more sense (and is necessary for the
world-age) for them to actually be part of inference.
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.

1 participant