[Openmcl-cvs-notifications] r9253 - /trunk/source/compiler/nxenv.lisp

gb at clozure.com gb at clozure.com
Thu Apr 24 04:57:14 EDT 2008


Author: gb
Date: Thu Apr 24 04:57:14 2008
New Revision: 9253

Log:
Replace legacy policy.inhibit-event-checking with policy.the-typechecks.
(This and the next few changes may be hard to bootstrap.)

Modified:
    trunk/source/compiler/nxenv.lisp

Modified: trunk/source/compiler/nxenv.lisp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/compiler/nxenv.lisp (original)
+++ trunk/source/compiler/nxenv.lisp Thu Apr 24 04:57:14 2008
@@ -66,7 +66,7 @@
   policy.trust-declarations
   policy.open-code-inline
   policy.inhibit-safety-checking
-  policy.inhibit-event-checking
+  policy.the-typechecks
   policy.inline-self-calls
   policy.allow-transforms
   policy.force-boundp-checks



More information about the Openmcl-cvs-notifications mailing list