Added comment.
authorStephen Adams <edu/mit/csail/zurich/adams>
Fri, 9 Feb 1996 02:30:23 +0000 (02:30 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Fri, 9 Feb 1996 02:30:23 +0000 (02:30 +0000)
v8/src/compiler/midend/expand.scm

index 1fdc2a834c49666e13dc399114eb8df0fbc623c8..9641c0945f5d79bda41bd3ca5c1724ad27c0b79f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: expand.scm,v 1.7 1995/08/19 02:03:46 adams Exp $
+$Id: expand.scm,v 1.8 1996/02/09 02:30:23 adams Exp $
 
 Copyright (c) 1994-1995 Massachusetts Institute of Technology
 
@@ -119,7 +119,11 @@ MIT in each case. |#
        ,(expand/expr conseq)
        ,(expand/expr alt)))
 \f
-;;;; Sort AUX bindings so that ASSCONV will do a better job.
+;;;; Sort assignments to AUX bindings so that ASSCONV will do a better job.
+;;
+;; Note: reordering the sequence of assignments makes sense only because
+;; AUX bindings correspond directly to internal defines, and the order
+;; of internal defines is not specified.
 
 (define (expand/aux/sort auxes body)
   (if (not (BEGIN/? body))