Displaying 2 results from an estimated 2 matches for "jg2".
Did you mean:
g2
2009 Jul 31
0
[LLVMdev] LLVM JIT vs Interpreter memory foot print
can you post the simple but long running program?
On Jul 29, 2009, at 2:20 PM, jg2 wrote:
>
> 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 Rea...
2009 Jul 29
2
[LLVMdev] LLVM JIT vs Interpreter memory foot print
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