catb0t / tart

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

Add a memory pool for permanent objects. #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently permanent objects are mixed in the general heap with everything else, 
so they get relocated once every collection cycle. It would be better to have a 
dedicated pool for permanent objects (examples include cached reflection data).

Original issue reported on code.google.com by viri...@gmail.com on 1 Mar 2011 at 10:47