Talk:HARDWARE Efika
From Gentoo Linux Wiki
? Is [manual] losetup really necessary for NFS swap files? I know at least on a regular partition, I can just make a swap file (mkswap) and swapon /path/to/file/itself... --Luke-Jr
Humpback 23:41, 13 December 2006 (UTC) I added the info on the -O2 instead of -Os and the link to the gcc manual. I've not received my efika but have been playing with PurpleAlien's efika and with nbench. And i was abble to use -O3. These were the results I got:
CFLAGS = -s -static -Wall -O3
==========================ORIGINAL BYTEMARK RESULTS========================== INTEGER INDEX : 8.509 FLOATING-POINT INDEX: 2.808 Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0 ==============================LINUX DATA BELOW=============================== CPU : L2 Cache : OS : Linux 2.6.19-rc6-g9468d500-dirty C compiler : gcc version 4.1.2 20061028 (prerelease) (Debian 4.1.1-19) libc : libc-2.3.6.so MEMORY INDEX : 1.555 INTEGER INDEX : 2.682 FLOATING-POINT INDEX: 1.558 Baseline (LINUX) : AMD K6/233*, 512 KB L2-cache, gcc 2.7.2.3, libc-5.4.38 * Trademarks are property of their respective holder.
CFLAGS = -s -static -Wall -O3 -fomit-frame-pointer -funroll-loops -pipe -mcpu=603e
==========================ORIGINAL BYTEMARK RESULTS========================== INTEGER INDEX : 8.832 FLOATING-POINT INDEX: 3.121 Baseline (MSDOS*) : Pentium* 90, 256 KB L2-cache, Watcom* compiler 10.0 ==============================LINUX DATA BELOW=============================== CPU : L2 Cache : OS : Linux 2.6.19-rc6-g9468d500-dirty C compiler : gcc version 4.1.2 20061028 (prerelease) (Debian 4.1.1-19) libc : libc-2.3.6.so MEMORY INDEX : 1.689 INTEGER INDEX : 2.691 FLOATING-POINT INDEX: 1.731 Baseline (LINUX) : AMD K6/233*, 512 KB L2-cache, gcc 2.7.2.3, libc-5.4.38 * Trademarks are property of their respective holder.
