lua-users home
lua-l archive

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


On Thu, Jul 26, 2012 at 6:25 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> The issue of incremental compilation is important and I suspect it is
> solvable, using an insight of Peter Cawley's: when you recompile a
> function, you recompile that function within an artificial chunk that
> mimmicks the original upvalues.  Got some test code working a while
> back and then lost it.

Does that approach handle mutable upvalues?

-- py