Displaying 2 results from an estimated 2 matches for "1015339".
Did you mean:
101339
2001 Mar 13
3
gc() shrinks with multiple iterations
...(Mb) gc trigger (Mb)
Ncells 221760 6 467875 12.5
Vcells 1563887 12 6094973 46.6
> gc()
used (Mb) gc trigger (Mb)
Ncells 221760 6.0 467875 12.5
Vcells 1259138 9.7 4875978 37.3
> gc()
used (Mb) gc trigger (Mb)
Ncells 221760 6.0 467875 12.5
Vcells 1015339 7.8 3900782 29.8
> gc()
used (Mb) gc trigger (Mb)
Ncells 221760 6.0 467875 12.5
Vcells 820300 6.3 3120625 23.9
> gc()
used (Mb) gc trigger (Mb)
Ncells 221760 6.0 467875 12.5
Vcells 664269 5.1 2496499 19.1
> gc()
used (Mb) gc trigger (Mb)
Nce...
2011 Apr 05
4
[LLVMdev] GSoC 2011: Fast JIT Code Generation for x86-64
On Mon, Apr 4, 2011 at 9:50 PM, Eric Christopher <echristo at apple.com> wrote:
>
> On Apr 1, 2011, at 6:53 AM, Viktor Pavlu wrote:
>
>> [...] Although most optimizations are turned off
>> already and the FastISel instruction selector is used, the "fast" path
>> for first-time code generation is still the bottleneck [...]
>
> This is effectively