[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Incremental GC, step multiplier and finalizers
- From: Jean-Luc Jumpertz <jean-luc@...>
- Date: Thu, 31 Oct 2013 15:27:36 +0100
Le 31 oct. 2013 à 14:39, Roberto Ierusalimschy <roberto@inf.puc-rio.br> a écrit :
>> 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
>
Lua 5.2.2
- 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
- Re: Incremental GC, step multiplier and finalizers, Roberto Ierusalimschy