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]

Re: [patch] Get rid of stack trampolines for nested functions


> If I understand how this is supposed to work then this is not
> future-proof against changes to the architecture.  The bottom two bits
> in both AArch32 (arm) and AArch64 are reserved for future use by the
> architecture; they must not be used by software for tricks like this.

I see, thanks for the info, the value will need to be bumped to 4 then.

>From the definition of TARGET_PTRMEMFUNC_VBIT_LOCATION, I gather that the MIPS 
setting is probably incorrect too and ought to be bumped to 2.

-- 
Eric Botcazou


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