[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gls cleanups
- To: gls@THINK.COM
- Subject: gls cleanups
- From: Kim A. Barrett <IIM%ECLA@ECLC.USC.EDU>
- Date: Sun 12 Mar 89 16:03:32-PST
- Cc: cl-cleanup@SAIL.STANFORD.EDU, iim%ECLA@ECLC.USC.EDU
> (2) SYMBOL-MACROLET-SEMANTICS should perhaps also specify that PSETQ of a
> symbol-macro symbol behaves like PSETF.
This probably isn't strictly necessary. PSETQ is a macro which presumably
expands into code which uses SETQ (assuming it doesn't expand into code which
uses an implementation-specific special form), which will then be transformed
into SETF. MULTIPLE-VALUE-SETQ is similar. Of course, it might be easier for
a compiler to optimize a PSETF than the transformed PSETQ expansion.
kab
-------