summaryrefslogtreecommitdiff
path: root/module/language/tree-il/compile-bytecode.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2020-05-11 22:03:08 +0200
committerAndy Wingo <wingo@pobox.com>2020-05-11 22:03:08 +0200
commit44ad8fbde55df452ac1c88427662403e7af5b9bb (patch)
tree83ffadb9d1dbffe6372249abce34b39c08193341 /module/language/tree-il/compile-bytecode.scm
parentb02a8896592b45a16e901a5f268d120d767f9ebc (diff)
downloadguile-44ad8fbde55df452ac1c88427662403e7af5b9bb.tar.gz
Baseline FIXME's are done :)
* module/language/tree-il/compile-bytecode.scm: Remove FIXME comments.
Diffstat (limited to 'module/language/tree-il/compile-bytecode.scm')
-rw-r--r--module/language/tree-il/compile-bytecode.scm10
1 files changed, 0 insertions, 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)