[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Forcing a GC collection from within the allocator?
- From: Mark Hamburg <mark@...>
- Date: Mon, 25 Aug 2008 09:06:34 -0700
I was only recommending forcing a GC in the event that other
allocation strategies have failed and it addresses more the issues
associated with doing things like manage large buffers via Lua
userdata. One definitely does not want to trigger GC's as a routine
matter.
Mark