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: regmove fix


It may be a few days before I can tell you the result, from my point
of view.
Basically, it seems that egcs-current is more aggressive, and broke a
few asm statements, that were probably badly formed, e.g.,

__asm __volatile("cld\n\trepne\n\toutsl"  :
: "d" (port), "S" (addr), "c" (cnt) : "%esi", "%ecx");

Since I don't know enough about i386 assembler, I'm getting some other
developpers to fix them... I hope to have some relevant statistics right
after that...

In article <11604.916626751@hurl.cygnus.com> you write:

>I just checked in a bugfix to regmove that may (or may not) have a positive
>effect on the global register allocator.


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