http://codereview.chromium.org/2101002/diff/2001/3023 File src/objects.h (left):
http://codereview.chromium.org/2101002/diff/2001/3023#oldcode58 src/objects.h:58: // - Array On 2010/05/18 08:28:50, Mads Ager wrote:
Why remove the Array super class here? All the arrays need lengths and
they all
need to be smi-tagged, right?
Not all array length need to be smi-tagged because some of does not contain any references so they will never appear in old pointer space. http://codereview.chromium.org/2101002/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
