lua-users home
lua-l archive

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


On Mar 17, 2018, at 10:53 AM, Rodrigo Azevedo <rodrigoams@gmail.com> wrote:

> Question: Why the incremental Lua 5.4 performs better (CPU TIME) than Lua 5.2 or 5.3? My guess is the new VM instructions (what are the new ones?), am I right? or some optimization of the incremental gc? anything else? 
> 

Is it because of removal of implicit string to number conversion code ?