lua-users home
lua-l archive

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


I wrote:
> This is the 8th beta release of LuaJIT 2.0.0.
>
> A direct link to the download page:
>   http://luajit.org/download.html

I've just released Hotfix #1 for LuaJIT-2.0.0-beta8:
  http://luajit.org/download/beta8_hotfix1.patch

This includes the following important changes from the git repo:
- Fix iOS build.
- Fix data-flow analysis for BC_ITERL.
- Use thread-safe exceptions for external unwinding on x64/GCC.
- Fix forced unwinding triggered by external unwinder.

--Mike