2006/12/11, Rana Dasgupta <[EMAIL PROTECTED]>:
On 12/11/06, Mikhail Fursov <[EMAIL PROTECTED]> wrote:
>
>
> >+ Inlined helpers solve not fs[14] problem, but inline runtime consts
> like
> >GC data offsets instead of using of fields and variables. So helpers
> >decrease number of cache misses.
>
> Makes sense. The results sound awesome. Let's get it into the default
mode. Usability is key.
BTW, can we still pick up gc_gen with -DVM.dlls=gc_gen? Somehow, it does not
for me and I I have to set the GC_DLL property in the code.
Try with -XDvm.dlls=gc_gen
Rana