On Fri, Jan 17, 2003 at 06:08:43PM -0200, Euler German wrote:
Hi All!
The thread on C compiler speeds on another list got my attention to the
Intel C/C++ compiler for Windows (trial) and Linux which is free for
non commercial purposes, though unsupported.
I'm wondering if someone used it to build Lua and if he/she notice any
speed gain as it is optimized to Intel platforms. Unfortunately, I have
no Linux machine yet... :(
I tried it with Lua 4, and it made quite a large difference, esp. if you
used the dodgy switches to speed floating point operations. If you've
configured Lua to use ints instead of floating point numbers, I imagine
the speed difference would be greater.