Re: Intel C/C++ free compilers
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Intel C/C++ free compilers
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2003年1月21日 18:16:32 -0200
>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.
With gcc, try compiling Lua 5.0 (beta) using these switches:
-D'lua_number2int(i,d)=__asm__("fldl %1\nfistpl %0":"=m"(i):"m"(d))'
-fomit-frame-pointer
--lhf