[LLVMdev] size of generated machine code ?

Chris Lattner sabre at nondot.org
Wed May 31 11:19:21 PDT 2006


On Wed, 31 May 2006, Simon Burton wrote:
> Is there a way to find out how much memory
> some JIT'ed machine code uses ?

lli -stats x.bc <args>

the -stats output will indicate the # bytes of machine code.

-Chris

-- 
http://nondot.org/sabre/
http://llvm.org/



More information about the llvm-dev mailing list