Unboxed implicit value cells on x86[-64]
authorPaul Khuong <pvk@pvk.ca>
Tue, 21 Jun 2011 04:31:00 +0000 (00:31 -0400)
committerPaul Khuong <pvk@pvk.ca>
Tue, 21 Jun 2011 04:31:00 +0000 (00:31 -0400)
 Implicit value cells are used for bindings that are only closed
 over by dynamic-extent functions.

 The logic would have to be somewhat modified on platforms with
 NFP.  As is, only implement support for unboxed implicit value
 cells on x86oids (for signed and unsigned words, SAPs and float
 reals and complexes).


No differences found