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

Issue 197043004: Don't fast RemoveArrayHoles in case of arguments arrays. (Closed)

Created:
6 years, 9 months ago by Toon Verwaest
Modified:
6 years, 9 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Don't fast RemoveArrayHoles in case of arguments arrays. BUG=351645 LOG=n R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19848

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -11 lines) Patch
M src/array.js View 1 chunk +2 lines, -2 lines 0 comments Download
M src/objects.cc View 1 1 chunk +4 lines, -1 line 0 comments Download
M src/runtime.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-sort-arguments.js View 1 chunk +6 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
6 years, 9 months ago (2014-03-12 12:36:13 UTC) #1
Michael Starzinger
LGTM with two nits. https://codereview.chromium.org/197043004/diff/1/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/197043004/diff/1/src/runtime.cc#newcode10517 src/runtime.cc:10517: if (object->HasFastArgumentsElements() || nit: Instead ...
6 years, 9 months ago (2014-03-12 13:31:57 UTC) #2
Toon Verwaest
Addressed comments. Landing.
6 years, 9 months ago (2014-03-12 13:41:36 UTC) #3
Toon Verwaest
6 years, 9 months ago (2014-03-12 13:42:25 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r19848 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698