[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT nested loops performance difference
- From: Mike Pall <mikelu-1105@...>
- Date: Tue, 3 May 2011 21:20:05 +0200
Krunal Rao wrote:
> On 2 May 2011 23:05, Mike Pall <mikelu-1105@mike.de> wrote:
> > The 200x difference is probably a failure of the region selection
> > heuristics. I'd need to get a complete example (send directly to
> > me, not to the mailing list) to analyze this.
>
> E-mail soon to follow at your personal address.
Thank you for the good test case! The issue has been fixed in
LuaJIT git HEAD (tuning of the loop unrolling heuristics).
--Mike