lua-users home
lua-l archive

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


>> This can be done through the debug API (with a huge overhead).

Thanks for the pointer.  I'll try to make it work then.
The performance hit isn't an issue. I plan to trade some
initialization time for improved performance down the line.

> 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'

Are there any online traces of these explorations? I'd like to have a
look at them.

Cheers
-- Pierre-Yves


-- 
-- Pierre-Yves