From bb8f8f5cfa0f66729c6c6a333bee5bd4ba16c24c Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Sun, 11 Aug 2019 14:41:35 +0200 Subject: [PATCH] mark todos --- lisp/emacs-lisp/comp.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 3789a517740..9bf60d1f3cb 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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 -- 2.39.5