Talk:LIR compiler: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(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...)
 
No edit summary
 
Line 1: Line 1:
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.
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. (shaver) 02:58, 4 February 2009 (UTC)

Latest revision as of 02:58, 4 February 2009

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. (shaver) 02:58, 4 February 2009 (UTC)