]> git.eshelyaron.com Git - emacs.git/commitdiff
mark todos
authorAndrea Corallo <andrea_corallo@yahoo.it>
Sun, 11 Aug 2019 12:41:35 +0000 (14:41 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:33:59 +0000 (11:33 +0100)
lisp/emacs-lisp/comp.el

index 3789a517740a1a586c67599f5727bccf13e80f7c..9bf60d1f3cb5db97626b2caa7634451e595b8b13 100644 (file)
@@ -519,7 +519,7 @@ the annotation emission."
        (comp-emit `(call set_internal
                          ,(make-comp-mvar :constant arg)
                          ,(comp-slot))))
-      (byte-varbind
+      (byte-varbind ;; Verify
        (comp-emit `(call specbind
                          ,(make-comp-mvar :constant arg)
                          ,(comp-slot-next))))
@@ -618,7 +618,7 @@ the annotation emission."
       (byte-widen
        (comp-emit-set-call '(call Fwiden)))
       (byte-end-of-line auto)
-      (byte-constant2)
+      (byte-constant2) ;; TODO
       (byte-goto
        (comp-emit-jump (comp-lap-to-limple-bb (cl-third insn))))
       (byte-goto-if-nil
@@ -685,7 +685,7 @@ the annotation emission."
       (byte-stack-set
        (comp-with-sp (1+ (comp-sp))
          (comp-copy-slot (comp-sp) (- (comp-sp) arg))))
-      (byte-stack-set2)
+      (byte-stack-set2) ;; TODO
       (byte-discardN
        (comp-stack-adjust (- arg)))
       (byte-switch