mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
![]() All upvalue objects hold a disambiguation hash value now. It's built from the parent prototype and the slot number. Different hash values imply the upvalues cannot alias. Same hash values don't imply anything (collision or different closures). Upvalue disambiguation makes use of a reduced hash due to IR contraints. |
||
---|---|---|
.. | ||
.gitignore | ||
bc.lua | ||
dis_x64.lua | ||
dis_x86.lua | ||
dump.lua | ||
v.lua |