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]
Other format: [Raw text]

Re: MD representation of IA64 floating point operations


On Fri, 2004-07-23 at 16:43, Steve Ellcey wrote:
> Hm, what do you think about generating a .md file instead of processing
> one?  I notice that in config/h8300, h8300.md has:  (include "mova.md"),
> and mova.md is generated by a shell script, genmova.sh.  This avoids the
> C preprocessor and avoids the modeless issues.

It is certainly reasonable to try this.  If gcc compile-time performance
isn't hurt by having lots of md file patterns, then this may end up
being one of the better choices.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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