mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Baseline FIXME's are done :)
* module/language/tree-il/compile-bytecode.scm: Remove FIXME comments.
This commit is contained in:
parent
b02a889659
commit
44ad8fbde5
1 changed files with 0 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue