Deprecate Buffers.

Andrew Whitworth wknight8111 at gmail.com
Wed Sep 15 11:51:03 UTC 2010


Strong +1 from me. Besides their use in packfiles, Buffers don't
really serve a huge purpose anymore. I would far prefer to avoid using
them, use ByteBuffer PMC instead, and simplify logic in the GC.

--Andrew Whitworth



On Wed, Sep 15, 2010 at 5:12 AM, Vasily Chekalkin <bacek at bacek.com> wrote:
> Hello.
>
> Currently we have STRING and Buffers as one of core GCable objects.
> Buffers were introduced long time ago, before ByteBuffer PMC. At this
> point of Buffers used only in Packfiles and can be easiliy replaced
> with BytBuffer.
>
> I would like to deprecate Buffers. It will simplify life of ony GC
> implementors (e.g. me with gc_massacre), cleanup code, decrease
> maintenance cost, etc.
>
> --
> Bacek
> _______________________________________________
> http://lists.parrot.org/mailman/listinfo/parrot-dev
>


More information about the parrot-dev mailing list