On 09/06/2011 10:34 PM, Vladimir Panteleev wrote:
On Tue, 06 Sep 2011 22:53:31 +0300, Jonathan M Davis
<jmdavisp...@gmx.com> wrote:

So, review away!

When the allocated region is not scanned by the GC (which is the default
for the default thread-local RegionAllocatorStack instance), I think it
would be appropriate for the newArray and uninitializedArray methods to
statically check if the type doesn't have any pointers.


That is way too restrictive. Pointers do not always point to GC allocated memory.

Reply via email to