This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "CMU Common Lisp".
The branch, master has been updated via 4b8c616db3f31214542a2793fa7365e464990f74 (commit) from c355485f5a73b92f3bf9a5fdc726bec9ffc15857 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 4b8c616db3f31214542a2793fa7365e464990f74 Author: Raymond Toy toy.raymond@gmail.com Date: Mon Aug 4 20:39:05 2014 -0700
Document that the argument/result timespec starts at 0, not 1.
diff --git a/src/compiler/meta-vmdef.lisp b/src/compiler/meta-vmdef.lisp index 0b202de..bc679f0 100644 --- a/src/compiler/meta-vmdef.lisp +++ b/src/compiler/meta-vmdef.lisp @@ -1669,9 +1669,9 @@ :To Time-Spec Specify the beginning or end of the operand's lifetime. :From can only be used with results, and :To only with arguments. The default - for the N'th argument/result is (:ARGUMENT N)/(:RESULT N). These - options are necessary primarily when operands are read or written out - of order. + for the N'th argument/result is (:ARGUMENT N)/(:RESULT N). (The + first argument/result is number 0.) These options are necessary + primarily when operands are read or written out of order.
:Conditional This is used in place of :RESULTS with conditional branch VOPs. There
-----------------------------------------------------------------------
Summary of changes: src/compiler/meta-vmdef.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive