X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fvop.lisp;h=49307e2a5a4e0cd55d7eb5e766aeca4d1439f734;hb=bc7cd341567dd3b2978c2accb6063356280fb80e;hp=55fd6aefa732d06a6a1c4ab616afd37011111b61;hpb=293488f3b117854e12b0d7f4faeb742b707bbc9c;p=sbcl.git diff --git a/src/compiler/vop.lisp b/src/compiler/vop.lisp index 55fd6ae..49307e2 100644 --- a/src/compiler/vop.lisp +++ b/src/compiler/vop.lisp @@ -894,7 +894,7 @@ ;; :SAVE-ONCE ;; A TN used for saving a :NORMAL TN across function calls. The ;; lifetime information slots are unitialized: get the original - ;; TN our of the SAVE-TN slot and use it for conflicts. SAVE-ONCE + ;; TN out of the SAVE-TN slot and use it for conflicts. SAVE-ONCE ;; is like :SAVE, except that it is only save once at the single ;; writer of the original TN. ;; @@ -989,7 +989,7 @@ ;;; The GLOBAL-CONFLICTS structure represents the conflicts for global ;;; TNs. Each global TN has a list of these structures, one for each -;;; block that it is live in. In addition to repsenting the result of +;;; block that it is live in. In addition to representing the result of ;;; lifetime analysis, the global conflicts structure is used during ;;; lifetime analysis to represent the set of TNs live at the start of ;;; the IR2 block.