openGeeksLab / codenameone

Automatically exported from code.google.com/p/codenameone
0 stars 0 forks source link

Use a custom allocator in the new VM to speed up memory allocation/GC #1342

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Its important that there would be an option to turn it off so we can use the 
native OS debugging tools. However, a custom implementation of malloc/free 
could allow us to significantly speed up allocations when compared to C since 
we can rely on the single thread nature of the GC.

Original issue reported on code.google.com by shai.almog on 8 Feb 2015 at 2:52