On Sat, 8 Apr 2000, Alexey N. Dokuchaev wrote: > AFAIK, Linux Mandrake has it's kernel and userland highly optimized for > Pentium architecture. However, they have additional gcc optimization > flags turned on by default, including -O3 and -mfast_math. Can you say "gimmick"? :-) gcc often produces demonstrably broken code for optimisation levels higher than -O. Probably the only useful and safe option apart from -O is the -march=pentium/pentiumpro/pentiumii/etc option for using processor-specific opcodes and instruction scheduling. By all means, compile your own system the way you want, but be sure to recompile with nothing but -O before submitting any bug reports. Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- How to make sure that I compile MD5 based system Alexey N. Dokuchaev
- Re: How to make sure that I compile MD5 based s... Chris D. Faulhaber
- Re: How to make sure that I compile MD5 bas... Alexey N. Dokuchaev
- Re: How to make sure that I compile MD5... Chris D. Faulhaber
- Re: How to make sure that I compile... Alexey N. Dokuchaev
- What are the best gcc optimization options ... Alexey N. Dokuchaev
- Re: What are the best gcc optimization ... Pedro F. Giffuni
- RE: What are the best gcc optimization ... Alexander N. Kabaev
- Re: What are the best gcc optimizat... Reinier Bezuidenhout
- Re: What are the best gcc opti... Alexey N. Dokuchaev
- Re: What are the best gcc optimization ... Kris Kennaway
- Re: What are the best gcc optimizat... Matthew Dillon
- Re: What are the best gcc opti... Kenneth Wayne Culver
- Re: What are the best gcc ... Matthew Dillon
- Re: What are the best ... Kenneth Wayne Culver
- Re: What are the best ... Martin Minkus
- Re: What are the best gcc optimizat... Ville-Pertti Keinonen
- Re: What are the best gcc opti... Adrian Chadd
- Re: What are the best gcc ... Martin Cracauer
- Re: What are the best ... Adrian Chadd
- Re: What are the best ... Martin Cracauer