|
|
|
|
|
by tiu
438 days ago
|
|
I wrote 'multiple codegen architectures' instead of 'multiple architectures for codegen'. As far as I have done in the toy compilers and seen the things in actual production ready compilers, the codegen is still very much tied to the one thing or the other rest llvm. |
|
You want to generate e.g x86 + ARM + RISCV, yea?, and shouldnt it be a result of modular architecture?
like your various codegens just take your AST and generate output