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] Add IntegerRange for -mprioritize-restricted-insns=.


On 04/10/2018 05:06 PM, Segher Boessenkool wrote:
> Hi!
> 
> On Tue, Apr 10, 2018 at 02:26:32PM +0200, Martin Liška wrote:
>> It's quite obvious documentation patch does:
>> ./xgcc -B. --help=target  2>&1 | grep mpri
>>   -mprioritize-restricted-insns=<0,2> Specify scheduling priority for dispatch slot restricted insns.
> 
> Showing this as a range is misleading, it's really more like an enum
> (but not implemented that way).  And 1 is _higher_ priority than 2.

Ok, understood.

Martin

> 
> 
> Segher
> 


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