|
|
|
|
|
by vnorilo
2340 days ago
|
|
Seems to me that MIR operates on a (much) lower level, basically abstract away the physical machine and its finite register set. As such, it would replace LLVM (or GCC) middle and back end. The goal is much faster compilation without sacrificing more than ~20% of performance. Dynamic types and garbage collection would then be implemented on/for the abstract MIR machine. |
|