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/