[LLVMdev] [PATCH] Support asm comment output
Chris Lattner
clattner at apple.com
Tue Jul 14 13:06:51 PDT 2009
On Jul 14, 2009, at 12:19 PM, David Greene wrote:
> On Tuesday 14 July 2009 04:52, Mark Shannon wrote:
>> In JIT compilers anything that slows down compilation is BAD. Plus
>> most
>> VMs already have there own debug/introspection infrastructure, so
>> none
>> is required in the machine code.
>
> JITs don't generate asm.
JITs do use MachineInstr though, so making them large or more
expensive impacts a JIT.
-Chris
More information about the llvm-dev
mailing list