[armedbear-cvs] r13448 - trunk/abcl/src/org/armedbear/lisp
ehuelsmann at common-lisp.net
ehuelsmann at common-lisp.net
Sun Aug 7 14:14:34 UTC 2011
Author: ehuelsmann
Date: Sun Aug 7 07:14:33 2011
New Revision: 13448
Log:
Add more documentation.
Modified:
trunk/abcl/src/org/armedbear/lisp/jvm.lisp
Modified: trunk/abcl/src/org/armedbear/lisp/jvm.lisp
==============================================================================
--- trunk/abcl/src/org/armedbear/lisp/jvm.lisp Sun Aug 7 05:51:58 2011 (r13447)
+++ trunk/abcl/src/org/armedbear/lisp/jvm.lisp Sun Aug 7 07:14:33 2011 (r13448)
@@ -297,6 +297,8 @@
;; 4. if the variable is part of the outer scope of a function with a
;; non-null lexical environment, the variable is to be looked up
;; from a lexical environment object
+;; 5. the variable is a special variable and its binding has been looked
+;; up and cached in a local register (binding-register)
;; a variable can be either special-p *or* have a register *or*
;; have an index *or* a closure-index *or* an environment
More information about the armedbear-cvs
mailing list