projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d96098
)
Better comment
author
David Vazquez
<davazp@gmail.com>
Mon, 11 Feb 2013 00:12:59 +0000
(
00:12
+0000)
committer
David Vazquez
<davazp@gmail.com>
Mon, 11 Feb 2013 00:12:59 +0000
(
00:12
+0000)
ecmalisp.lisp
patch
|
blob
|
history
diff --git
a/ecmalisp.lisp
b/ecmalisp.lisp
index
a9b65c5
..
76ab4a6
100644
(file)
--- a/
ecmalisp.lisp
+++ b/
ecmalisp.lisp
@@
-598,7
+598,8
@@
(value (second pairs)))
(multiple-value-bind (vars vals store-vars writer-form reader-form)
(get-setf-expansion place)
- ;; TODO: Optimize the expansion code here.
+ ;; TODO: Optimize the expansion a little bit to avoid let*
+ ;; or multiple-value-bind when unnecesary.
`(let* ,(mapcar #'list vars vals)
(multiple-value-bind ,store-vars
,value