http://codereview.chromium.org/6597106/diff/3001/src/arm/full-codegen-arm.cc File src/arm/full-codegen-arm.cc (right):
http://codereview.chromium.org/6597106/diff/3001/src/arm/full-codegen-arm.cc#newcode3137 src/arm/full-codegen-arm.cc:3137: // Check the object's elements are in fast case and writable. On 2011/03/02 15:04:39, Karl Klose wrote:
What does writable mean here?
It means that it is not copy-on-write (copy-on-write JSArrays has a different map). http://codereview.chromium.org/6597106/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
