www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Discussion on vote on region allocator

reply "Jonathan M Davis" <jmdavisProg gmx.com> writes:
If there'something that you feel the need to discuss with regards to the 
region allocator vote, please discuss it in this thread rather than clogging 
up the voting thread with discussions or commentary.

- Jonathan M Davis
Sep 23 2011
parent reply Jacob Carlborg <doob me.com> writes:
On 2011-09-23 23:36, Jonathan M Davis wrote:
 If there'something that you feel the need to discuss with regards to the
 region allocator vote, please discuss it in this thread rather than clogging
 up the voting thread with discussions or commentary.

 - Jonathan M Davis
Will this be one module of a package? I think it should be a package if expect more type of allocators. -- /Jacob Carlborg
Sep 24 2011
parent reply dsimcha <dsimcha yahoo.com> writes:
On 9/24/2011 4:48 AM, Jacob Carlborg wrote:
 On 2011-09-23 23:36, Jonathan M Davis wrote:
 If there'something that you feel the need to discuss with regards to the
 region allocator vote, please discuss it in this thread rather than
 clogging
 up the voting thread with discussions or commentary.

 - Jonathan M Davis
Will this be one module of a package? I think it should be a package if expect more type of allocators.
It is a package: std.allocators. Then there's: std.allocators.region std.allocators.gc std.allocators.allocator
Sep 24 2011
parent Jacob Carlborg <doob me.com> writes:
On 2011-09-24 16:26, dsimcha wrote:
 On 9/24/2011 4:48 AM, Jacob Carlborg wrote:
 On 2011-09-23 23:36, Jonathan M Davis wrote:
 If there'something that you feel the need to discuss with regards to the
 region allocator vote, please discuss it in this thread rather than
 clogging
 up the voting thread with discussions or commentary.

 - Jonathan M Davis
Will this be one module of a package? I think it should be a package if expect more type of allocators.
It is a package: std.allocators. Then there's: std.allocators.region std.allocators.gc std.allocators.allocator
That's good to hear. -- /Jacob Carlborg
Sep 24 2011