~ chicken-core (chicken-5) 8043df37873de70b3fad0944e7cd3a6a44f9d758


commit 8043df37873de70b3fad0944e7cd3a6a44f9d758
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Tue Dec 8 00:53:09 2009 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Tue Dec 8 00:53:09 2009 +0100

    added note about unboxing problem with literal arguments

diff --git a/unboxing.scm b/unboxing.scm
index e7708498..fc590595 100644
--- a/unboxing.scm
+++ b/unboxing.scm
@@ -332,3 +332,9 @@
   (C_a_i_flonum_quotient (flo flo) flo "C_ub_i_flonum_quotient") 
   ;...
   )
+
+
+;;XXX still broken:
+;
+; - literals that are passed to unboxed operations
+;   (these must be bound via ##core#let_unboxed)
Trap