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: modification to inline asm


> From: Dylan_S_Cuthbert@hq.scei.sony.co.jp
> To: gcc@gcc.gnu.org
> Date: Fri, 9 Jun 2000 23:12:03 +0900

> I'm brand new to this list so I'm not sure where this should go, but
> I have a request for a very useful addition to the inline assembler
> feature of gcc.

This goes in the wrong direction I feel.  Instead, add support to
expose more of the assembly to the compiler, and have the compiler
generate the `more optimal' code.  I think you'll win better that way.
You can then have the full power of the optimizer to optimize.

If you want a concrete example, show me what you wanted to do (and
annotate it some so I can grasp what you want and why it is better.

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