FunctionPackage: compilerToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
Unrevised from 9.0 to 10.0.
9.0 version

call-compiler-optimization-switch

Arguments: switch

Returns the value returned by the compiler switch identified by switch. Note that the switch is the value of the variable, not the variable name. For example, to see whether trust-declarations-switch will return t or nil given the current global values of safety, space, speed, and debug, evaluate:

(comp:call-compiler-optimization-switch comp:trust-declarations-switch)

See compiling.htm for general information on compiling in Allegro CL. The compiler switches are listed in the section on Examining the current settings and their effect


Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.0
Unrevised from 9.0 to 10.0.
9.0 version