digitalmars.D - Discussion on vote on region allocator
- "Jonathan M Davis" <jmdavisProg gmx.com> Sep 23 2011
- Jacob Carlborg <doob me.com> Sep 24 2011
- dsimcha <dsimcha yahoo.com> Sep 24 2011
- Jacob Carlborg <doob me.com> Sep 24 2011
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
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
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
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








Jacob Carlborg <doob me.com>