This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: No documentation of -fsched-pressure-algorithm
Richard Sandiford <rdsandiford@googlemail.com> writes:
> nick clifton <nickc@redhat.com> writes:
>> Hi Richard,
>>
>>>> I have just noticed that the new -fsched-pressure-algorithm= gcc
>>>> command line option is not documented in gcc/doc/invoke.texi. Was
>>>> this an oversight ?
>>>
>>> No, it was deliberate. It's not supposed to be a user-level option.
>>
>> Then why is there a user-visible command line option ?
>
> So that developers can experiment.
Don't we usually use --param for developer options?
Ian