|
[Sbcl-commits] CVS: sbcl/src/compiler meta-vmdef.lisp,1.37,1.38
From: Thiemo Seufer <ths-sf@us...> - 2007-07-27 01:58
|
Update of /cvsroot/sbcl/sbcl/src/compiler In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12126/src/compiler Modified Files: meta-vmdef.lisp Log Message: 1.0.8.6: Fix typo in comment. Index: meta-vmdef.lisp =================================================================== RCS file: /cvsroot/sbcl/sbcl/src/compiler/meta-vmdef.lisp,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- meta-vmdef.lisp 1 Dec 2005 04:16:01 -0000 1.37 +++ meta-vmdef.lisp 27 Jul 2007 01:58:06 -0000 1.38 @@ -1590,7 +1590,7 @@ ;;; :OFFSET SB-Offset ;;; Force the temporary to be allocated in the specified SC ;;; with the specified offset. Offset is evaluated at -;;; macroexpand time. If Offset is emitted, the register +;;; macroexpand time. If Offset is omitted, the register ;;; allocator chooses a free location in SC. If both SC and ;;; Offset are omitted, then the temporary is packed according ;;; to its primitive type. @@ -1600,7 +1600,7 @@ ;;; Similar to the argument/result option, this specifies the ;;; start and end of the temporaries' lives. The defaults are ;;; :LOAD and :SAVE, i.e. the duration of the VOP. The other -;;; intervening phases are :ARGUMENT,:EVAL and :RESULT. +;;; intervening phases are :ARGUMENT, :EVAL and :RESULT. ;;; Non-zero sub-phases can be specified by a list, e.g. by ;;; default the second argument's life ends at (:ARGUMENT 1). ;;; |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl/src/compiler meta-vmdef.lisp,1.37,1.38 | Thiemo Seufer <ths-sf@us...> |