lua-marshal icon indicating copy to clipboard operation
lua-marshal copied to clipboard

lua_upvalueid + lua_upvaluejoin for shared upvalues

Open nikki93 opened this issue 6 years ago • 0 comments

The same way that a 'seen' table is used for shared references, upvalues shared by closures could be detected using lua_upvalueid and later their linkage restored using lua_upvaluejoin.

nikki93 avatar Jun 29 '18 05:06 nikki93