lua-users home
lua-l archive

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


On Thursday 03 July 2008, Patrick Donnelly wrote:
> Also, I believe you may be looking for a way to share upvalues (that
> is, two Lua functions may use the same upvalue)? I made a patch
> recently that allows you to do this

the difference is that in Asko's case these two functions are in different 
spaces, so he's trying to replace one's upvalues with proxy (userdata) 
objects.

of course, part of the problem is similar, so i guess your code is a good 
starting place.


-- 
Javier

Attachment: signature.asc
Description: This is a digitally signed message part.