[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaJIT-2.0.0-beta8
- From: Mike Pall <mikelu-1106@...>
- Date: Tue, 28 Jun 2011 21:42:29 +0200
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