lua-users home
lua-l archive

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


On Fri, Feb 26, 2010 at 3:32 PM, Roberto Ierusalimschy
<roberto@inf.puc-rio.br> wrote:
> This can be done through the debug API (with a huge overhead).

Yes, I had it do it like this when exploring the 'incremental
compilation' pattern. When recompiling a function, I had to fake
access to the 'upvalues'