call-compiler-optimization-switch

$Revision: 5.0.2.4 $

Function

Package: COMPILER

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 comp:trust-decalarations-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 under the heading 8.1 Examining the current settings and their effect of compiling.htm.

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.