http://codereview.chromium.org/669060/diff/1/3 File src/factory.cc (right):
http://codereview.chromium.org/669060/diff/1/3#newcode47 src/factory.cc:47: ASSERT(0 <= size); On 2010/03/04 13:23:15, antonm wrote:
I am not sure we should ever allocate empty fixed uninitialized
arrays. We won't. Heap::Allocate... returns a singleton in this case. Or do you think it's error even to request such an array? http://codereview.chromium.org/669060 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
