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: [CFG] Loop unswitching




--On Saturday, February 23, 2002 01:46:27 PM +0100 Jan Hubicka <jh@suse.cz> 
wrote:

>> +    them to grow.  */
>> +
>> + #ifndef MAX_UNSWITCH_INSNS
>> + #define MAX_UNSWITCH_INSNS 200
>> + #endif
>> +
>> + #ifndef MAX_NUM_UNSWITCH
>> + #define MAX_NUM_UNSWITCH 8
>> + #endif

These parameters should be settable from the command-line, not
compile-time constants.  See params.h.

-- 
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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