Fix make-array transforms.
[sbcl.git] / TLA
diff --git a/TLA b/TLA
index f3c440d..bccf719 100644 (file)
--- a/TLA
+++ b/TLA
@@ -19,15 +19,19 @@ Some of these already were used pretty consistently in CMU CL.
 Others not so much, but in sbcl-0.7.0 I put some effort into
 making them more consistent.
        ARG     argument
 Others not so much, but in sbcl-0.7.0 I put some effort into
 making them more consistent.
        ARG     argument
+        DX     dynamic-extent
        FUN     function
        GC      garbage collect(ion)
        N       new: number, as in e.g. N-PASSES or N-WORD-BITS
                old: conventional prefix for temporary variables used to
                        implement evaluate-only-once semantics in macros
        FUN     function
        GC      garbage collect(ion)
        N       new: number, as in e.g. N-PASSES or N-WORD-BITS
                old: conventional prefix for temporary variables used to
                        implement evaluate-only-once semantics in macros
+        NLE     non-local entry
+       NLX     non-local exit (in compiler IR2)
        SB      storage base (in compiler IR2)
        SC      storage class (in compiler IR2)
        TN      temporary name (?) (in compiler IR2)
        SB      storage base (in compiler IR2)
        SC      storage class (in compiler IR2)
        TN      temporary name (?) (in compiler IR2)
-       VAR     variable
+       VAR     variable (in the lisp entity "noun" sense, not in the 
+                       adjectival sense)
        XEP     external entry point
 Making them even more consistent (within the limits of ANSI and 
 MOP compatibility) would probably be good.
        XEP     external entry point
 Making them even more consistent (within the limits of ANSI and 
 MOP compatibility) would probably be good.