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: a strange infelicity of register allocation


> then c gets to stay in a register all the time, and the code runs
> about twice as fast.  It seems to me we should be generating identical
> code for both cases.

Reload inheritance follows only the fall-through path of a branch.
This might be the reason for the differences you are seeing.


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