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

Issue 935393002: Constant-fold strings in HGraphBuilder::BuildBinaryOperation. (Closed)

Created:
5 years, 10 months ago by Yang
Modified:
5 years, 10 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Constant-fold strings in HGraphBuilder::BuildBinaryOperation. R=vegorov@chromium.org BUG=v8:3325 LOG=N Committed: https://crrev.com/40ebcea1138c0c7af4329ea309c1085238d73409 Cr-Commit-Position: refs/heads/master@{#26782}

Patch Set 1 #

Total comments: 1

Patch Set 2 : addressed comment #

Total comments: 2

Patch Set 3 : update #

Total comments: 1

Patch Set 4 : argh #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -10 lines) Patch
M src/hydrogen.cc View 1 2 3 1 chunk +15 lines, -10 lines 0 comments Download

Messages

Total messages: 23 (8 generated)
Yang
5 years, 10 months ago (2015-02-19 15:01:39 UTC) #1
Vyacheslav Egorov (Google)
LGTM if it compiles and runs :) https://codereview.chromium.org/935393002/diff/1/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/935393002/diff/1/src/hydrogen.cc#newcode10502 src/hydrogen.cc:10502: if (left->IsConstant() ...
5 years, 10 months ago (2015-02-19 15:14:10 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/935393002/20001
5 years, 10 months ago (2015-02-20 13:50:03 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/118)
5 years, 10 months ago (2015-02-20 14:10:21 UTC) #8
Vyacheslav Egorov (Google)
I think when I was copy pasting code for my comment I did it super ...
5 years, 10 months ago (2015-02-20 14:54:05 UTC) #9
Yang
On 2015/02/20 14:54:05, Vyacheslav Egorov (Google) wrote: > I think when I was copy pasting ...
5 years, 10 months ago (2015-02-20 14:57:04 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/935393002/40001
5 years, 10 months ago (2015-02-20 14:58:24 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/123)
5 years, 10 months ago (2015-02-20 15:09:16 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_nodcheck_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_nodcheck_rel/builds/123)
5 years, 10 months ago (2015-02-20 15:09:18 UTC) #16
Vyacheslav Egorov (Google)
https://codereview.chromium.org/935393002/diff/40001/src/hydrogen.cc File src/hydrogen.cc (right): https://codereview.chromium.org/935393002/diff/40001/src/hydrogen.cc#newcode10497 src/hydrogen.cc:10497: left->IsConstant() && HConstant::cast(right)->HasStringValue() one left is still here :)
5 years, 10 months ago (2015-02-20 15:10:17 UTC) #17
Yang
On 2015/02/20 15:10:17, Vyacheslav Egorov (Google) wrote: > https://codereview.chromium.org/935393002/diff/40001/src/hydrogen.cc > File src/hydrogen.cc (right): > > ...
5 years, 10 months ago (2015-02-20 15:20:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/935393002/60001
5 years, 10 months ago (2015-02-20 15:21:34 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-20 16:17:04 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 10 months ago (2015-02-20 16:17:05 UTC) #22
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 16:17:16 UTC) #23
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/40ebcea1138c0c7af4329ea309c1085238d73409
Cr-Commit-Position: refs/heads/master@{#26782}

Powered by Google App Engine
This is Rietveld 408576698