|
|
|
|
|
by pcwalton
1521 days ago
|
|
Rustboot's code generator was generally slower than LLVM. I think in some small test cases it might have been faster, but when implementing stuff like structure copies rustboot's codegen was horrendously slow because it would overload the register allocator. |
|