[LLVMdev] LLVM JIT vs Interpreter memory foot print
jg2
javagrande2 at gmail.com
Wed Jul 29 14:20:49 PDT 2009
I want to compare the memory footprint of LLVM JIT vs the Interpreter on
Darwin.
I am currently doing this by running lli, on a simple but long running
program, with and without the "-force-interpreter option", and then I look
at the Real Memory used by lli in the Activity Monitor. I currently observe
that the JIT takes 4.0MB and the Interpreter takes 1.7MB.
Are these values close to what one would expect ?
Is there a better way to do this comparison ?
Thank,
KM
--
View this message in context: http://www.nabble.com/LLVM-JIT-vs-Interpreter-memory-foot-print-tp24727817p24727817.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list