lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


yes and yes

and Luas GC is mark and sweep.

On Sat, Feb 19, 2011 at 4:20 PM, Ana Zgombic <morselle@nybl.info> wrote:
> Hi list,
>
> i have several question on garbage collection and lua's table implementation.
>
> 1) i understand that a table hash part is indeed implemented in C as a
> hash. does this part do a rehash when its buckets are full?
> 2) if it does do a rehash, is it right to think that pointers to
> actual data does not change?
> i'm thinking of how the GC finds the bits to be freed.
>
> my apologies if the questions are not clear. i'm just learning. in
> addition, which parts of the code should i look into to see how all of
> this is orchestrated?
>
> thank you.
>
> Ana
>
>