X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TLA;h=5a410fc0790b2f97ba2a642c83bd3807a4b86509;hb=fab1ba8d4e92ecb5d496577fc205675218911b1d;hp=f3c440db822f0b55bf2a0d2ed157dd2bb9af7b29;hpb=104ee7ee303efa16e415f5e75df635ac54dba733;p=sbcl.git diff --git a/TLA b/TLA index f3c440d..5a410fc 100644 --- a/TLA +++ b/TLA @@ -24,10 +24,13 @@ making them more consistent. 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) - 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.