Re: Instead of JFS, why not a whole new FS?

2001-12-18 Thread ozan s. yigit
ompson gives some detail. oz --- ozan s. yigit staff engineer, sun microsystems/es http://www.cs.yorku.ca/~oz [EMAIL PROTECTED] || +1 [905] 415 2878 --- narrowness of imagination leads to narrowness of experience. [corollary to rob] To Unsubscribe: send mail to [EMAIL PROTECT

Re: gcc -O broken in CURRENT

2002-03-14 Thread ozan s. yigit
in a related tangential note, i recently found (out of sheer irritation) in less than an hour that several (including the latest) versions of GCC -O and -O2 failed the paranoia test in different ways, to wit: gcc -o paranoia paranoia.c [paranoia output elided] The number of DEFECTs discovere

Re: gcc -O broken in CURRENT

2002-03-14 Thread ozan s. yigit
> Add the -ffloat-store flag to your compilation flags (or > add -msoft-float). that really means for this compiler on certain platforms, you can have slow and correct or fast and incorrect, but NOT fast and correct. oz --- freedom has a mental cost. -- peter roosen-runge To Unsubscribe: send

float [was Re: gcc -O broken in CURRENT]

2002-03-14 Thread ozan s. yigit
> If you really want to investigate FreeBSD FP/math capabilities > search for UCBTEST or visit > www.cs.berkeley.edu/~jhauser/arithmetic/TestFloat.html cool! thanks for the pointer. oz --- gag reflex is an essential part of computing. -- anon To Unsubscribe: send mail to [EMAIL PROTECTED] wi