[Bug middle-end/56314] Please allow per-function specification of register conventions

benh at kernel dot crashing.org gcc-bugzilla@gcc.gnu.org
Fri Feb 15 06:52:00 GMT 2013


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

benh at kernel dot crashing.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benh at kernel dot
                   |                            |crashing.org

--- Comment #4 from benh at kernel dot crashing.org 2013-02-15 06:52:31 UTC ---
I would definitely like to see that on powerpc as well.

A typical usage case for Linux is inline functions intended as a fast path
(such as spin lock) for which we want to be able to branch to an unlikely slow
path (contention case, timeout case, error case...) while limiting the impact
on the caller.



More information about the Gcc-bugs mailing list