Hi Ludo,

On Tue 06 Oct 2009 23:49, l...@gnu.org (Ludovic Courtès) writes:

>   - bdw-gc-static-alloc (need to grep through sources to estimate the
>     amount of breakage it would cause)

Neat :)

My only concern is with bytevectors. It should be possible to map a
bytevector to an existing range of memory, for read-write access. That
implies a pointer indirection. We can optimize for the inline case by
doing something like:

   +--------+------+-----+...
   | header | len  | ptr | inline-contents
   +--------+------+-----+...
                      \----^

andy
-- 
http://wingolog.org/


Reply via email to