Talk:LIR compiler

From MozillaWiki
Revision as of 02:56, 4 February 2009 by Shaver (talk | contribs) (New page: Probably better to start by just generating machine code, and blasting it to a file. Then platform-specific disassemblers (gdb? udis86 on x86) can be used to poke at it, without having to...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Probably better to start by just generating machine code, and blasting it to a file. Then platform-specific disassemblers (gdb? udis86 on x86) can be used to poke at it, without having to get the emission of assembly syntax correct.