On Tue, Apr 8, 2014 at 1:07 AM, Jean-Claude Beaudoin < jean.claude.beaudoin@gmail.com> wrote:
I will back port to MKCL 1.1.9 the fixes I currently have in MKCL 1.2.0. You will have them in the git repository in a few hours. compiler::*speed* is going away anyway since proclaim at al. need to work even when the "CMP" module has not been loaded, use si::*speed* instead. Also, nickname "C" for package "COMPILER" has been removed since MKCL 1.1.0 at least (too clash prone).
Done and pushed to the git repo. So you now have si::*speed*, si::*safety*, si::*space*, si::*debug* and si::*compilation-speed* that store the global level environment for "optimize", each with integer values between 0 and 3 inclusively by convention. Crude but does the job...