Jeremie Pelletier wrote:
...
> 
> I just posted my memory manager to pastebin:
> http://pastebin.com/f7459ba9d
> 
> I gave up on the generational feature, its indeed impossible without write
> barriers to keep track of pointers from old generations to newer ones. I
> had the whole tracing algorithm done but without generations, a naive scan
> and sweep is faster because it has way less cache misses.
> 
> I'd like to get some feedback on it if possible.

I think that it deserves a new thread...

Reply via email to