openresty / luajit2

OpenResty's Branch of LuaJIT 2
https://luajit.org/luajit.html
Other
1.2k stars 193 forks source link

Do not eliminate HSTORE over nkeys and clone #148

Closed XmiliaH closed 2 years ago

XmiliaH commented 2 years ago

Prevent elimination of HSTORE instruction over table.nkeys and table.clone calls which could rely on the store. This should fix https://github.com/openresty/luajit2/issues/147.