On Wed, Apr 11, 2012 at 5:24 PM, Pal-Kristian Engstad <
[email protected]> wrote:

> So, as you can see, your notion that "well-written games do not allocate
> memory during frame-render" is not quite accurate. :-)
>

Actually, the techniques you describe are exactly what I expected. As you
note, you pre-allocate arenas. In consequence, you don't do heap allocation
during frame render.

And yes, you are allocating, but not at the layer of abstraction that
triggers GC - which was the real point I was trying to make.
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to