Am 12.03.2016 um 07:27 schrieb Brian Barnes:
> Request 1: Add a System module, and one call I need System.gc();
> 
> Why: My game works in two parts; one part creates all the content, and
> then the second part plays it.  In the second part, I do as much as I
> can to precreate/re-use any objects or arrays I need, to reduce GC.  On
> the creation part, I don’t as much.  So being able to force a GC at a
> point helps me, because it stops the creation part from forcing a pause
> in the game part.

On my user-should-experience-no-pause kind of application I'd also love
to have the possibility to tell the engine to do a GC *now* as it's a
good time point to do it.

_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to