This is the mail archive of the gcc-bugs@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]

[Bug target/40657] allocate local variables with fewer instructions



------- Comment #6 from rearnsha at arm dot com  2009-07-13 14:22 -------
Subject: Re:  allocate local variables with fewer
        instructions

On Mon, 2009-07-06 at 10:43 +0000, steven at gcc dot gnu dot org wrote:
> But how to do this in GCC...  The "push {lr}" is never even in the
> RTL.  Output with same options + "-dAP":

We already do this for ARM state.  In thumb the split between epilogue
code in RTL and text makes it slightly more complex, but not massively
so.

R.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40657


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