lua-users home
lua-l archive

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


On Wed, Dec 19, 2018 at 10:08 AM Sergey Zakharchenko <doublef.mobile@gmail.com> wrote:

> Any chance of this being elaborated further?

I am pretty sure this is vague on purpose, and it should be like that, because comparing functions for equality will either need to expose implementation details or have to be underspecified.

What is specified is already pretty strong, mandating, for example, that JIT recompilation (if any) should behave so that the function "values" taken before and after recompilation compare equal.

Cheers,
V.