On Sunday 20 May 2012 16:59:40 Vivian Meazza wrote:

> Andy also says of GC:
> 
> "Fancy items like generational collectors fail the "small and simple"
> criteria and are not likely to be included."

Generational garbage collection is not that difficult. When you have a working 
mark & sweep GC, extending it to be generational is rather straight forward 
and can greatly reduce GC runtime. Most of all you wouldn't have to care about 
long lived objects like code itself anymore, since it's only for the first 
couple of runs where it gets marked. Adding generations to the GC is probably 
one of the simplest ways to improve FGs performance.

Stefan

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to