|
|
|
|
|
by mkl
2465 days ago
|
|
The computation here is actually not done in Rust. The Rust code is performing stages of compilation of the original source code, into an intermediate representation that LLVM finishes compiling. The fully compiled code is what does the computation. |
|