guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/02: Baseline FIXME's are done :)


From: Andy Wingo
Subject: [Guile-commits] 01/02: Baseline FIXME's are done :)
Date: Tue, 12 May 2020 04:03:15 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 44ad8fbde55df452ac1c88427662403e7af5b9bb
Author: Andy Wingo <address@hidden>
AuthorDate: Mon May 11 22:03:08 2020 +0200

    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 ab4d7e1..70820da 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]