-O3 optimization?

2002-12-05 Thread Evren Yurtesen
Hi I wonder if a source is compiled with -O3 without any problems, might there be any problems in binaries which might create crashes? Evren To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: -O3 optimization?

2002-12-05 Thread David Schultz
Thus spake Evren Yurtesen [EMAIL PROTECTED]: I wonder if a source is compiled with -O3 without any problems, might there be any problems in binaries which might create crashes? You're welcome to try it out, but it isn't supported. GCC has a few obscure misfeatures at -O3. Some applications

Re: -O3 optimization?

2002-12-05 Thread Evren Yurtesen
Well, I made searches from google and people talk that O3 produced quite noticably faster code. But well I am not so hungry for speed. I just wondered if the binary might have something wrong with it or not even though the compiler didnt complain while compiling. What about using -O or not using

Re: -O3 optimization?

2002-12-05 Thread David Schultz
Thus spake Evren Yurtesen [EMAIL PROTECTED]: Well, I made searches from google and people talk that O3 produced quite noticably faster code. But well I am not so hungry for speed. I just wondered if the binary might have something wrong with it or not even though the compiler didnt complain