guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: frozen!


From: Ludovic Courtès
Subject: Re: frozen!
Date: Sun, 18 Oct 2009 15:54:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hello,

Andy Wingo <address@hidden> writes:

> 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
>    +--------+------+-----+...
>                       \----^

Yes, we agreed to do that (Neil suggested it as well), and it’s on my
to-do list.

Thanks,
Ludo’.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]