Native code generation and ABIs: Programming Language Design course | Zoonk
43. Native code generation and ABIs
Translate an intermediate representation into machine instructions, registers, stack frames, and object files. Follow platform application binary interfaces for calls, data layout, linking, and debugging.