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]

[Patch, moxie] Clean up prologue and epilogue


I'm committing this patch.  It cleans up the moxie prologue and epilogue
code by using the short "dec" instruction in place of a load immediate
followed by add/sub (when possible).  It also shaves an instruction off
of the epilogue by popping saved register values off of $r12 instead of
using $sp. 

AG

Attachment: moxie-gcc-pro-epi.txt
Description: Text document


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