[LLVMbugs] [Bug 8318] ARM EABI: inefficient code saving/restoring sp around function call

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 11 09:34:59 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=8318

Bob Wilson <bob.wilson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Bob Wilson <bob.wilson at apple.com> 2011-01-11 11:34:58 CST ---
This is expected behavior.  You need to compile with -fomit-frame-pointer.  I
think GCC automatically enables that option for some targets when compiling
with optimization, but clang does not do that, as far as I know.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list