Function: SB-EXT:RESTRICT-COMPILER-POLICY

package type github

Assign a minimum value to an optimization quality. QUALITY is the name of the optimization quality to restrict, MIN (defaulting to zero) is the minimum allowed value, and MAX (defaults to 3) is the maximum.

Returns the alist describing the current policy restrictions.

If QUALITY is NIL or not given, nothing is done.

Otherwise, if MIN is zero or MAX is 3 or neither are given, any existing restrictions of QUALITY are removed.

See also :POLICY option in WITH-COMPILATION-UNIT.

Lambda list

(&optional sb-c::quality min max)