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

Issue 2133233002: [LoadIC] Handle simple field loads in the dispatcher (Closed)

Created:
4 years, 5 months ago by Jakob Kummerow
Modified:
4 years, 5 months ago
Reviewers:
Igor Sheludko
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

[LoadIC] Handle simple field loads in the dispatcher No compiled handlers required! Instead, the type feedback vector contains a Smi encoding the field index. Committed: https://crrev.com/9c59539f2730d535f3489e4a68f6982b926f7ae0 Cr-Commit-Position: refs/heads/master@{#37803}

Patch Set 1 #

Patch Set 2 : hook it up #

Patch Set 3 : fix release builds #

Total comments: 4

Patch Set 4 : addressed comments #

Patch Set 5 : rebased #

Patch Set 6 : fix release builds for realz #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -111 lines) Patch
M src/code-stub-assembler.cc View 1 2 3 4 2 chunks +58 lines, -4 lines 0 comments Download
M src/field-index.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/field-index-inl.h View 1 2 chunks +37 lines, -2 lines 0 comments Download
M src/full-codegen/full-codegen.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/ic/handler-compiler.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ic/handler-compiler.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/ic/ic.h View 1 6 chunks +13 lines, -13 lines 0 comments Download
M src/ic/ic.cc View 1 2 3 4 12 chunks +54 lines, -34 lines 0 comments Download
M src/type-feedback-vector.h View 1 8 chunks +17 lines, -12 lines 0 comments Download
M src/type-feedback-vector.cc View 1 2 3 4 5 14 chunks +53 lines, -44 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
Jakob Kummerow
PTAL.
4 years, 5 months ago (2016-07-14 13:46:33 UTC) #6
Igor Sheludko
lgtm! https://codereview.chromium.org/2133233002/diff/40001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/2133233002/diff/40001/src/ic/ic.cc#newcode688 src/ic/ic.cc:688: if (!(code->IsSmi() || It is hard to understand ...
4 years, 5 months ago (2016-07-15 10:44:18 UTC) #7
Jakob Kummerow
Thanks, comments addressed, landing. https://codereview.chromium.org/2133233002/diff/40001/src/ic/ic.cc File src/ic/ic.cc (right): https://codereview.chromium.org/2133233002/diff/40001/src/ic/ic.cc#newcode688 src/ic/ic.cc:688: if (!(code->IsSmi() || On 2016/07/15 ...
4 years, 5 months ago (2016-07-15 14:16:42 UTC) #8
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/2133233002/80001
4 years, 5 months ago (2016-07-15 14:16:53 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_mips64el_compile_rel on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_mips64el_compile_rel/builds/17843)
4 years, 5 months ago (2016-07-15 14:19:46 UTC) #13
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/2133233002/100001
4 years, 5 months ago (2016-07-15 15:49:33 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-15 17:41:24 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-15 17:44:39 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/9c59539f2730d535f3489e4a68f6982b926f7ae0
Cr-Commit-Position: refs/heads/master@{#37803}

Powered by Google App Engine
This is Rietveld 408576698