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]
Other format: [Raw text]

Re: Register Spilling


Umar Janjua wrote:
Are the register spilled values laid out in memory following some particular scheme or randomly?

They are first come first served. The first one spilled gets the first available stack slot, etc.


There have been some proposals to sort them, offhand I don't know if there are patches available anywhere for this.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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