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]

Use of register 17 on x86


There is a choice of using a SCRATCH with that register class or the
explicit register 17.  If the former, gcse can move such computation, but
we may try to move things using that class out of loops and have to do
expensive moves in and out of CC.

Has any thought been given to this tradeoff?

Also, why isn't x86 using CC0 anymore?  That would seem to be the most
efficient, both in terms of generated code and compilation speed.


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