diff options
Diffstat (limited to 'module/language/tree-il/compile-bytecode.scm')
-rw-r--r-- | module/language/tree-il/compile-bytecode.scm | 10 |
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) |