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] renesas abi and optimize mode switching


On Wed, 1 Oct 2003, Eric Christopher wrote:

> Here's a patch to enhance optimize mode switching for the Renesas ABI.
> The ABI has different modes on entering and exiting a function. I kept
> the current default of, well, no default and test both in the code.
> 
> For simplicity I left the original definition of NORMAL_MODE and added
> some additional abilities.
> 
> OK? Changes? Other thoughts?
> 
> -eric

How about MODE_FUNCTION_ENTRY and MODE_FUNCTION_EXIT which is a bit more
verbose and hopefully descriptive?

Toshi



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