Self-hosting D compiler -- Coming Real Soon Now(tm)
Thiez via Digitalmars-d
digitalmars-d at puremagic.com
Thu Sep 11 04:36:53 PDT 2014
With regard to the whole self-hosting thing, perhaps it is worth
copying the way Rust handles this:
https://github.com/rust-lang/rust/wiki/Note-compiler-snapshots
So in order to build one would usually download a binary compiler
and use it to bootstrap, but in theory one can take the last
version of the compiler before it became self-hosting, and build
all the way to the current version (but it would take a long
time).
More information about the Digitalmars-d
mailing list