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

Issue 1221713003: Distinguish slow from fast sloppy arguments (Closed)

Created:
5 years, 5 months ago by Toon Verwaest
Modified:
5 years, 5 months ago
Reviewers:
Igor Sheludko
CC:
v8-dev, Paweł Hajdan Jr.
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Distinguish slow from fast sloppy arguments BUG=v8:4137 LOG=n Committed: https://crrev.com/c8211b64cdee1dc71fa91945c8e5fa9880fcee2f Cr-Commit-Position: refs/heads/master@{#29447}

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : Addressed comments #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+467 lines, -450 lines) Patch
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/arm64/code-stubs-arm64.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm64/lithium-codegen-arm64.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 2 chunks +18 lines, -6 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/code-stubs-hydrogen.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M src/contexts.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/elements.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/elements.cc View 1 2 22 chunks +262 lines, -225 lines 0 comments Download
M src/elements-kind.h View 4 chunks +8 lines, -16 lines 0 comments Download
M src/elements-kind.cc View 2 chunks +2 lines, -16 lines 0 comments Download
M src/hydrogen.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/ic/ic-compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/code-stubs-mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/mips64/code-stubs-mips64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mips64/lithium-codegen-mips64.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 4 chunks +5 lines, -9 lines 0 comments Download
M src/objects.cc View 1 2 3 20 chunks +88 lines, -125 lines 0 comments Download
M src/objects-debug.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/objects-inl.h View 2 chunks +12 lines, -2 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ppc/code-stubs-ppc.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ppc/lithium-codegen-ppc.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M src/runtime/runtime-array.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 chunk +1 line, -5 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/x87/code-stubs-x87.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/x87/lithium-codegen-x87.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Toon Verwaest
ptal
5 years, 5 months ago (2015-06-30 15:53:03 UTC) #2
Igor Sheludko
You should probably also update Map::ReconfigureProperty() to handle SLOW_SLOPPY_ARGUMENTS_ELEMENTS kind the same way as DICTIONARY_ELEMENTS ...
5 years, 5 months ago (2015-07-02 13:28:43 UTC) #3
Toon Verwaest
Addressed comments, thanks for the review and hints! https://codereview.chromium.org/1221713003/diff/20001/src/elements.cc File src/elements.cc (right): https://codereview.chromium.org/1221713003/diff/20001/src/elements.cc#newcode1735 src/elements.cc:1735: FastHoleyObjectElementsAccessor::DeleteCommon(obj, ...
5 years, 5 months ago (2015-07-02 13:49:02 UTC) #4
Igor Sheludko
lgtm
5 years, 5 months ago (2015-07-02 14:09:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1221713003/60001
5 years, 5 months ago (2015-07-02 14:10:01 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-07-02 14:38:42 UTC) #8
commit-bot: I haz the power
5 years, 5 months ago (2015-07-02 14:39:00 UTC) #9
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c8211b64cdee1dc71fa91945c8e5fa9880fcee2f
Cr-Commit-Position: refs/heads/master@{#29447}

Powered by Google App Engine
This is Rietveld 408576698