Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Issue 9016041: Ensure that InternalArrays remain InternalArrays regardless of how they are constructed. (Closed)

Created:
8 years, 12 months ago by danno
Modified:
8 years, 12 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Ensure that InternalArrays remain InternalArrays regardless of how they are constructed. R=whesse@chromium.org BUG=v8:1878 TEST=test/mjsunit/regress/regress-1878.js Committed: http://code.google.com/p/v8/source/detail?r=10306

Patch Set 1 #

Patch Set 2 : Implement ARM and x64 #

Patch Set 3 : Better comments #

Patch Set 4 : Fix whitespace #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -4 lines) Patch
M src/arm/builtins-arm.cc View 1 2 chunks +50 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/builtins.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/contexts.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 1 chunk +34 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 1 chunk +35 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-1878.js View 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
danno
8 years, 12 months ago (2011-12-27 14:35:54 UTC) #1
William Hesse
8 years, 12 months ago (2011-12-27 15:08:30 UTC) #2
LGTM, if the fallthrough to ArrayCodeGeneric case is handled in a later CL or a
bug is filed.

Powered by Google App Engine
This is Rietveld 408576698