|
|
|
|
|
by thomaslee
4309 days ago
|
|
I wrote a little about the guts of the Rust compiler earlier this year. Shouldn't be too out of date, should get you pointed in the right direction if you're interested in the details: http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust... At the time of writing, Rust would use LLVM to generate object files from LLVM IR, then link 'em together using the system's C compiler. |
|