Re: A generational GC question
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: A generational GC question
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2020年12月22日 16:42:50 -0300
> 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