1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 03:30:27 +02:00

Baseline FIXME's are done :)

* module/language/tree-il/compile-bytecode.scm: Remove FIXME comments.
This commit is contained in:
Andy Wingo 2020-05-11 22:03:08 +02:00
parent b02a889659
commit 44ad8fbde5

View file

@ -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)