[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Benchmark
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 20 Jul 1999 14:14:48 -0300 (EST)
>From lua-l@tecgraf.puc-rio.br Tue Jul 20 14:08:05 1999
>From: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
>You can make the code ~20% faster using local variables:
This agrees with my experience (but then Roberto's machine is similar to mine,
which is a COMPAQ 400 Mhz Pentium II running Linux 2.0.35):
Total Time = 64.23 (original version with global variables)
Total Time = 54.45 (new version with local variables)
--lhf