[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Incremental GC, step multiplier and finalizers
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 31 Oct 2013 11:39:03 -0200
> Yes, most of the allocated memory is external to Lua. Lua has references to this external memory through userdata objects, each containing only a pointer to a corresponding external object.
Are you using Lua 5.2 or 5.1?
-- Roberto
- References:
- Incremental GC, step multiplier and finalizers, Jean-Luc Jumpertz
- Re: Incremental GC, step multiplier and finalizers, Roberto Ierusalimschy
- Re: Incremental GC, step multiplier and finalizers, Jean-Luc Jumpertz
- Re: Incremental GC, step multiplier and finalizers, Roberto Ierusalimschy
- Re: Incremental GC, step multiplier and finalizers, Jean-Luc Jumpertz