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

Issue 2363333003: [turbofan] Lower StringEqual and friends in EffectControlLinearizer. (Closed)

Created:
4 years, 2 months ago by Benedikt Meurer
Modified:
4 years, 2 months ago
Reviewers:
Jarin
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Lower StringEqual and friends in EffectControlLinearizer. Turn the StringEqualStub and friends into proper TurboFan builtins, which means that we don't need to do on-demand compilation for those stubs, and use those to defer lowering of the StringEqual, etc. simplified operators to effect/control linearization (i.e. move it to the concurrent recompilation part). BUG=v8:5428 R=jarin@chromium.org Committed: https://crrev.com/c176b26fee9dcfe9379a6e01b677298252a1602e Cr-Commit-Position: refs/heads/master@{#39762}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix commutativity. #

Patch Set 3 : Preinitialize interface descriptors and drop TODO. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+488 lines, -518 lines) Patch
M src/builtins/builtins.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/builtins/builtins-string.cc View 1 chunk +402 lines, -0 lines 0 comments Download
M src/code-factory.cc View 1 2 1 chunk +12 lines, -12 lines 0 comments Download
M src/code-stubs.h View 1 2 2 chunks +0 lines, -57 lines 0 comments Download
M src/code-stubs.cc View 1 2 2 chunks +0 lines, -386 lines 0 comments Download
M src/compiler/effect-control-linearizer.h View 3 chunks +9 lines, -0 lines 0 comments Download
M src/compiler/effect-control-linearizer.cc View 1 2 chunks +46 lines, -0 lines 0 comments Download
M src/compiler/pipeline.cc View 1 2 1 chunk +0 lines, -8 lines 0 comments Download
M src/compiler/simplified-lowering.cc View 1 2 1 chunk +4 lines, -55 lines 0 comments Download
M src/isolate.cc View 1 2 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (10 generated)
Benedikt Meurer
4 years, 2 months ago (2016-09-26 12:06:03 UTC) #1
Jarin
lgtm https://codereview.chromium.org/2363333003/diff/1/src/builtins/builtins-string.cc File src/builtins/builtins-string.cc (right): https://codereview.chromium.org/2363333003/diff/1/src/builtins/builtins-string.cc#newcode60 src/builtins/builtins-string.cc:60: Label if_lengthisequal(assembler), if_lengthisnotequal(assembler); What's up with the missing ...
4 years, 2 months ago (2016-09-26 12:21:23 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/2363333003/diff/1/src/compiler/effect-control-linearizer.cc File src/compiler/effect-control-linearizer.cc (right): https://codereview.chromium.org/2363333003/diff/1/src/compiler/effect-control-linearizer.cc#newcode2621 src/compiler/effect-control-linearizer.cc:2621: Operator::kCommutative | Operator::kEliminatable; On 2016/09/26 12:21:23, Jarin wrote: > ...
4 years, 2 months ago (2016-09-26 12:22:16 UTC) #5
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/2363333003/20001
4 years, 2 months ago (2016-09-26 12:22:27 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/13454) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 2 months ago (2016-09-26 12:46:13 UTC) #10
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/2363333003/40001
4 years, 2 months ago (2016-09-27 10:53:02 UTC) #15
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-09-27 11:24:11 UTC) #16
commit-bot: I haz the power
4 years, 2 months ago (2016-09-27 11:24:32 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/c176b26fee9dcfe9379a6e01b677298252a1602e
Cr-Commit-Position: refs/heads/master@{#39762}

Powered by Google App Engine
This is Rietveld 408576698