develooper Front page | perl.perl5.porters | Postings from January 2010

Re: [patch 0/3] rework sv.c body-inventory mechanics

Thread Previous | Thread Next
From:
Jim Cromie
Date:
January 27, 2010 17:36
Subject:
Re: [patch 0/3] rework sv.c body-inventory mechanics
Message ID:
cfe85dfa1001271736y2c37ac79v5156df55243da66b@mail.gmail.com
> commit 96817878f41957d59a5a939eb2b9683dc3caaaad
> Author: Jim Cromie <jim.cromie@gmail.com>
> Date:   Wed Jan 27 11:52:35 2010 -0700
>
>    change get_arena to require NN reqid param, add it to arena-desc
>
>    this field will allow get-arena to remember the requestor of the
>    arenas it serves out.  Later, release_arenas() will use the field
>    to find and free arenas.
>
>    get-arena() requires that caller pass a NN void* request-id so that
>    arenas allocated by it can be tracked, then found later by release_arenas().
>    The type promises no derefs, so pass +1 as NN default reqid,
>    until plumbing is added.  Also cleanup obfuscated arg-names and types,
>    add ARGS_ASSERT needed to enforce the NN, and add reqid to DEBUG_m call.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About