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

Issue 2647493002: [ic] Clean up handler boilerplate (Closed)

Created:
3 years, 11 months ago by Jakob Kummerow
Modified:
3 years, 11 months ago
Reviewers:
Igor Sheludko
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[ic] Clean up handler boilerplate - builtins-ic.cc takes the place of the AccessorAssembler shim - AccessorAssemblerImpl can then be renamed - some cleanup in code-factory.cc - drop old _TF name suffixes - fix Generate##Name##Impl in TF_BUILTIN macro Review-Url: https://codereview.chromium.org/2647493002 Cr-Commit-Position: refs/heads/master@{#42520} Committed: https://chromium.googlesource.com/v8/v8/+/89f5efb761a8d60521b660a3f8330e2b44a93938

Patch Set 1 #

Total comments: 2

Patch Set 2 : drop dead runtime function #

Total comments: 2

Patch Set 3 : fix nit #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+402 lines, -733 lines) Patch
M BUILD.gn View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/builtins/builtins.h View 1 2 3 1 chunk +7 lines, -4 lines 0 comments Download
M src/builtins/builtins-handler.cc View 4 chunks +46 lines, -69 lines 0 comments Download
M src/builtins/builtins-ic.cc View 1 chunk +36 lines, -64 lines 0 comments Download
M src/builtins/builtins-utils.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/code-factory.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/code-factory.cc View 9 chunks +34 lines, -115 lines 0 comments Download
M src/code-stubs.h View 3 chunks +0 lines, -56 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 4 chunks +0 lines, -31 lines 0 comments Download
M src/ic/accessor-assembler.h View 1 2 2 chunks +173 lines, -23 lines 0 comments Download
M src/ic/accessor-assembler.cc View 1 2 3 46 chunks +95 lines, -136 lines 0 comments Download
D src/ic/accessor-assembler-impl.h View 1 chunk +0 lines, -203 lines 0 comments Download
M src/ic/handler-compiler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/ic/ic.cc View 1 2 3 1 chunk +0 lines, -18 lines 0 comments Download
M src/ic/keyed-store-generic.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/runtime/runtime.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M src/v8.gyp View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/test-accessor-assembler.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (10 generated)
Jakob Kummerow
As discussed. PTAL. https://codereview.chromium.org/2647493002/diff/1/src/builtins/builtins.h File src/builtins/builtins.h (right): https://codereview.chromium.org/2647493002/diff/1/src/builtins/builtins.h#newcode215 src/builtins/builtins.h:215: TFS(LoadICProtoArray, HANDLER, Code::LOAD_IC, LoadICProtoArray) \ LoadICProtoArray ...
3 years, 11 months ago (2017-01-18 18:45:31 UTC) #2
Igor Sheludko
Nice! lgtm with a nit: https://codereview.chromium.org/2647493002/diff/20001/src/ic/accessor-assembler.h File src/ic/accessor-assembler.h (right): https://codereview.chromium.org/2647493002/diff/20001/src/ic/accessor-assembler.h#newcode17 src/ic/accessor-assembler.h:17: using compiler::Node; It's bad ...
3 years, 11 months ago (2017-01-18 20:32:55 UTC) #3
Jakob Kummerow
Thanks, landing. https://codereview.chromium.org/2647493002/diff/20001/src/ic/accessor-assembler.h File src/ic/accessor-assembler.h (right): https://codereview.chromium.org/2647493002/diff/20001/src/ic/accessor-assembler.h#newcode17 src/ic/accessor-assembler.h:17: using compiler::Node; On 2017/01/18 20:32:55, Igor Sheludko ...
3 years, 11 months ago (2017-01-19 10:14:40 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/2647493002/40001
3 years, 11 months ago (2017-01-19 14:54:45 UTC) #7
commit-bot: I haz the power
Failed to apply patch for src/ic/accessor-assembler.cc: While running git apply --index -p1; error: patch failed: ...
3 years, 11 months ago (2017-01-19 15:29:08 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/2647493002/60001
3 years, 11 months ago (2017-01-19 16:10:27 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_rel_ng on master.tryserver.v8 (JOB_TIMED_OUT, no build URL)
3 years, 11 months ago (2017-01-19 18:10:56 UTC) #14
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/2647493002/60001
3 years, 11 months ago (2017-01-19 18:14:26 UTC) #16
commit-bot: I haz the power
3 years, 11 months ago (2017-01-19 18:39:13 UTC) #19
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/89f5efb761a8d60521b660a3f8330e2b44a...

Powered by Google App Engine
This is Rietveld 408576698