This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Draft "Unsafe fp optimizations" project description.


If I may make a suggestion, why not do this in a preprocessor.

If I were to want such optimizations, I might want to see what it does 
so that I
can do the same things in the future. Or what if I want these 
optimizations only on a
subset of functions or files?

It seems to me that this really doesn't belong in the compiler proper, 
and would be best served
separately.

I admit that there may be some code duplication in parsing, but that can 
be remedied
through common files.

as always, YMMV

tabris, angel of free will.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]