Removing the Lock for Small GC Allocations: Clarification of GC Design?

2011-12-31 Thread dsimcha
I have a plan to avoid the GC lock for most small (<1 page) GC allocations. I hope to have a pull request within a week or two, in time for the next release. There's one detail I need clarified by Sean, Walter or someone who designed the D GC. Currently small allocations are handled by poppi

Re: Removing the Lock for Small GC Allocations: Clarification of GC Design?

2012-01-01 Thread Alex Rønne Petersen
On 31-12-2011 23:28, dsimcha wrote: I have a plan to avoid the GC lock for most small (<1 page) GC allocations. I hope to have a pull request within a week or two, in time for the next release. There's one detail I need clarified by Sean, Walter or someone who designed the D GC. Currently small

Re: Removing the Lock for Small GC Allocations: Clarification of GC Design?

2012-01-01 Thread Martin Nowak
On Sat, 31 Dec 2011 23:28:09 +0100, dsimcha wrote: I have a plan to avoid the GC lock for most small (<1 page) GC allocations. I hope to have a pull request within a week or two, in time for the next release. There's one detail I need clarified by Sean, Walter or someone who designed the