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

Issue 2227703003: Reland "[KeyedLoadIC] Support Smi "handlers" for element loads" (Closed)

Created:
4 years, 4 months ago by Jakob Kummerow
Modified:
4 years, 4 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Reland "[KeyedLoadIC] Support Smi "handlers" for element loads" This reverts commit d9d719e7a89dfcb90365404574f452009f2cb409. Original review: https://codereview.chromium.org/2180273002/ With additional fixes to repair performance regressions: - check PropertyCell::kValueOffset, not Cell::kValueOffset - convert HeapNumbers to int on the fly if possible NOPRESUBMIT=true Committed: https://crrev.com/2cf2eef77bec7d30ccc80cb74950f35bc37404ed Cr-Commit-Position: refs/heads/master@{#38497}

Patch Set 1 : original patch #

Patch Set 2 : fixes #

Total comments: 4

Patch Set 3 : add DCHECK #

Unified diffs Side-by-side diffs Delta from patch set Stats (+349 lines, -34 lines) Patch
M src/code-stub-assembler.h View 1 2 chunks +14 lines, -3 lines 0 comments Download
M src/code-stub-assembler.cc View 1 2 3 chunks +269 lines, -13 lines 0 comments Download
M src/field-index.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/field-index-inl.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/ic/handler-compiler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ic/handler-compiler.cc View 3 chunks +14 lines, -5 lines 0 comments Download
A src/ic/handler-configuration.h View 1 chunk +45 lines, -0 lines 0 comments Download
M src/ic/ic.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 27 (14 generated)
Jakob Kummerow
PTAL.
4 years, 4 months ago (2016-08-09 12:13:25 UTC) #2
Toon Verwaest
lgtm https://codereview.chromium.org/2227703003/diff/20001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2227703003/diff/20001/src/code-stub-assembler.cc#newcode3456 src/code-stub-assembler.cc:3456: // |is_jsarray| should be non-zero for JSArrays. Add ...
4 years, 4 months ago (2016-08-09 13:59:01 UTC) #3
Jakob Kummerow
Thanks for the review; landing. https://codereview.chromium.org/2227703003/diff/20001/src/code-stub-assembler.cc File src/code-stub-assembler.cc (right): https://codereview.chromium.org/2227703003/diff/20001/src/code-stub-assembler.cc#newcode3456 src/code-stub-assembler.cc:3456: // |is_jsarray| should be ...
4 years, 4 months ago (2016-08-09 14:30:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2227703003/40001
4 years, 4 months ago (2016-08-09 14:31:07 UTC) #7
commit-bot: I haz the power
Failed to commit the patch.
4 years, 4 months ago (2016-08-09 14:56:49 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2227703003/40001
4 years, 4 months ago (2016-08-09 15:01:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2227703003/40001
4 years, 4 months ago (2016-08-09 15:02:21 UTC) #15
commit-bot: I haz the power
Failed to commit the patch.
4 years, 4 months ago (2016-08-09 15:02:43 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2227703003/40001
4 years, 4 months ago (2016-08-09 15:08:42 UTC) #19
commit-bot: I haz the power
Failed to commit the patch.
4 years, 4 months ago (2016-08-09 15:10:21 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2227703003/40001
4 years, 4 months ago (2016-08-09 15:16:11 UTC) #23
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 4 months ago (2016-08-09 15:16:32 UTC) #25
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 15:17:07 UTC) #27
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/2cf2eef77bec7d30ccc80cb74950f35bc37404ed
Cr-Commit-Position: refs/heads/master@{#38497}

Powered by Google App Engine
This is Rietveld 408576698