]> git.eshelyaron.com Git - emacs.git/commitdiff
add some notes
authorAndrea Corallo <akrl@sdf.org>
Mon, 16 Sep 2019 17:48:13 +0000 (19:48 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:49 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index da2c488ef74f729dc0da25d018511ee2a6bbf8e1..04096d65a94c03fad842d79609cccd618462325a 100644 (file)
@@ -222,7 +222,7 @@ LIMPLE basic block.")
 (defvar comp-ctxt) ;; FIXME (to be removed)
 
 ;; Special vars used by some passes
-(defvar comp-block)
+(defvar comp-block) ; Can probably be removed
 (defvar comp-func)
 
 \f
@@ -884,7 +884,7 @@ the annotation emission."
        (comp-stack-adjust (- 1 arg))
        (comp-emit-set-call (comp-callref 'insert arg (comp-sp))))
       (byte-stack-set
-       (comp-with-sp (1+ (comp-sp))
+       (comp-with-sp (1+ (comp-sp)) ;; FIXME!!
          (comp-copy-slot (comp-sp) (- (comp-sp) arg))))
       (byte-stack-set2 (cl-assert nil)) ;; TODO
       (byte-discardN