You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when compiling the following code with luajit -b -d at tag v2.1-20240815, BEP inconsistency occurs. It is suspected that this issue happens when table declarations contain nil elements:
local lru = {max_size = 1, size = 0, head = nil, values = {}}