This is the mail archive of the gcc-patches@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: [PATCH, i386]: Optimize ix86_atomic_assign_expand_fenv a bit


On Mon, Jul 14, 2014 at 10:05 AM, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:

>> Attached patch optimizes ix86_atomic_assign_expand_fenv by using
>> register form of "fnstsw %ax" instead of "fnstsw <mem>". This way a
>> memory RW cycle is removed for a temporary.
>
> The patch you attached seems to be the hook implementation for alpha...

Eh, the complete i386 patch follows the alpha hook. I have diffed from
config/ directory instead of config/i386.

Uros.


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