lua-users home
lua-l archive

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


Alexander Gladysh wrote:
> So, the question: is there a chance for LuaJIT 2 to somehow
> automagically optimize out tclone() calls for the nodes that are never
> changed?

Nope. That's beyond what one can reasonably expect a compiler
to do. Compilers don't do magic -- it only looks like that.

--Mike