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]

Re: BBRO on non-pipelined processors - bad?


On Fri, Oct 18, 2002 at 04:26:04PM -0700, tm wrote:
> I'd like to create a target macro defined something like:
> 
> #define CONSTANT_CYCLE_BRANCH 1
> 
> ...and then we can do in toplev.c:
> 
> #ifdef CACHE_LOG
> 	if (!CONSTANT_CYCLE_BRANCH || CACHE_LOG)) {
> 		(call bbro here)
> 	}
> #endif
> 
> Is this acceptable?

No.  Use OPTIMIZATION_OPTIONS.


r~


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