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

Issue 2608433003: [csa] Re-introduce automatic constant folding for IntPtrAdd and IntPtrSub (Closed)

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

Description

[csa] Re-introduce automatic constant folding for IntPtrAdd and IntPtrSub R=ishell@chromium.org LOG=N Review-Url: https://codereview.chromium.org/2608433003 Cr-Commit-Position: refs/heads/master@{#41977} Committed: https://chromium.googlesource.com/v8/v8/+/743b89768c3caea1aaca2e25c9058cbdec1e0019

Patch Set 1 #

Patch Set 2 : remove unrelated change #

Patch Set 3 : remove unrelated change #

Total comments: 4

Patch Set 4 : Review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -59 lines) Patch
M src/builtins/builtins-string.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/code-stub-assembler.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/code-stub-assembler.cc View 1 10 chunks +12 lines, -51 lines 0 comments Download
M src/compiler/code-assembler.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/compiler/code-assembler.cc View 1 2 3 2 chunks +41 lines, -0 lines 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (13 generated)
danno
ptal
3 years, 11 months ago (2016-12-28 15:43:26 UTC) #3
Igor Sheludko
lgtm with nits: https://codereview.chromium.org/2608433003/diff/40001/src/compiler/code-assembler.cc File src/compiler/code-assembler.cc (right): https://codereview.chromium.org/2608433003/diff/40001/src/compiler/code-assembler.cc#newcode284 src/compiler/code-assembler.cc:284: if (sum >= std::numeric_limits<int32_t>::min() && I ...
3 years, 11 months ago (2016-12-28 15:57:05 UTC) #4
danno
thanks! feedback addressed, landing https://codereview.chromium.org/2608433003/diff/40001/src/compiler/code-assembler.cc File src/compiler/code-assembler.cc (right): https://codereview.chromium.org/2608433003/diff/40001/src/compiler/code-assembler.cc#newcode284 src/compiler/code-assembler.cc:284: if (sum >= std::numeric_limits<int32_t>::min() && ...
3 years, 11 months ago (2016-12-28 16:05:33 UTC) #7
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/2608433003/60001
3 years, 11 months ago (2016-12-28 16:36:41 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/31394)
3 years, 11 months ago (2016-12-28 16:39:49 UTC) #14
danno
ptal for owner
3 years, 11 months ago (2016-12-28 16:55:36 UTC) #16
epertoso
lgtm
3 years, 11 months ago (2016-12-28 16:57:03 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/2608433003/60001
3 years, 11 months ago (2016-12-28 16:57:29 UTC) #19
commit-bot: I haz the power
3 years, 11 months ago (2016-12-28 16:59:12 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/743b89768c3caea1aaca2e25c9058cbdec1...

Powered by Google App Engine
This is Rietveld 408576698