On Tue, 06 May 2008 03:56:28 -0500, Razii <gjtrsds@[EMAIL PROTECTED]
> wrote:
>I got refusal email from Isaac Gouy to use this flag in this case. But
>he has no problem with adding sse2
Also, with gcc version, the comments says....
* Tell GCC that we don't want atexit, we don't want to use the heap,
* and we really don't want anything. Can't even call write the
"normal"
* way, because write() isn't linked in....
*
* Compile flags are picky for this. I used:
* gcc -pipe -Wall -O3 -fomit-frame-pointer -march=pentium4
-ffreestanding -nostartfiles -s -static -o start3 start3.c
*/
the gcc version doesn't even compile with cygwin. However, Gouy
refused to use -XX:+AggressiveHeap flag when it's clearly much faster
for this benchmark.


|