From 44ad8fbde55df452ac1c88427662403e7af5b9bb Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Mon, 11 May 2020 22:03:08 +0200 Subject: [PATCH] Baseline FIXME's are done :) * module/language/tree-il/compile-bytecode.scm: Remove FIXME comments. --- module/language/tree-il/compile-bytecode.scm | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/module/language/tree-il/compile-bytecode.scm b/module/language/tree-il/compile-bytecode.scm index ab4d7e189..70820da04 100644 --- a/module/language/tree-il/compile-bytecode.scm +++ b/module/language/tree-il/compile-bytecode.scm @@ -25,16 +25,6 @@ ;;; ;;; Code: -;; FIXME: Verify that all SCM values on the stack will be marked. - -;; FIXME: Verify that the stack marker will never misinterpret an -;; unboxed temporary (u64 or otherwise) as a SCM. - -;; FIXME: Verify that the debugger will never misinterpret an unboxed -;; temporary as a SCM. - -;; FIXME: Add debugging source-location info. - (define-module (language tree-il compile-bytecode) #:use-module (ice-9 match) #:use-module (language bytecode)