lua-users home
lua-l archive

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


> I have ported the generational GC to Ravi, but Ravi's up-value model
> is based on the reference counting approach in Lua 5.3. My question is
> this:
> 
> What should the age of an upvalue be set to in an upvalue barrier?

I don't follow you here. If upvalues are reference counted, they should
not have ages.

-- Roberto