lua-users home
lua-l archive

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


> What I'm doing now is to avoid to use reference counting. I'm using
> instead Lua native mechanisms and I've a lot of troubles. Probably I
> will switch back to the old method.
>
> More specifically I'm using weak tables to track which object does
> make reference to which object (for example which plot make reference
> to which line).

Really?  In the code you posted, all I saw was reference counting and
zero use of weak tables.  Did you post the wrong code?