[Vm-dev] Frequency of stores into young objects

Levente Uzonyi leves at caesar.elte.hu
Mon Jul 25 18:30:01 UTC 2016


It highly depends on the style the code was written in. It's currently a 
great optimization to avoid frequent allocations, and reuse the objects 
instead, because GC costs a lot. So such code will keep changing old 
objects all the time.

Levente


More information about the Vm-dev mailing list