> The __builtin_expect fix from Lua 5.5.1 has still not been backported to Lua 5.4.9. I already reported this on Lua 5.4.9-rc1. Apparently, this issue has been overlooked. Since Lua 5.4.9 is the last Lua 5.4 release, this issue cannot be fixed anymore. Though it's a minor issue, but still. Looking forward to hear your answers.
There were several improvements from 5.5 that we did not backport to
5.4.9 (e.g. compiler warnings, better error messages). We only fixed
bugs in the language. Lua 5.4.9 is not intended to attract new users,
it is only a fix for those already using 5.4; whoever is using 5.4.8
already dealt with any issue related to the use of a 20-year old
compiler.
-- Roberto