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: [new-ra] Don't go wild when splitting webs


On Mon, 13 Oct 2003, Michael Matz wrote:

> +  if (max_reg_num () > 9000)
> +    flag_ra_split_webs = 0;

This sort of parameter should be controlled with --param rather than
hardcoded.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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