Distributed compiling?
Distributed compiling?
Posted Aug 14, 2024 15:46 UTC (Wed) by notriddle (subscriber, #130608)In reply to: Distributed compiling? by NYKevin
Parent article: Rust Project goals for 2024
> You can probably pre-compile it into some kind of AST-like-thing, so that it can be more easily monomorphized, but I'm not sure I would characterize that as "separate compilation" anymore.
Rust has been doing that since about 2016, except that they can actually lower the code all the way down to a CFG before monomorphizing it. https://rustc-dev-guide.rust-lang.org/mir/optimizations.html