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

Issue 1692253002: [arm] Allow immediate-index write barriers. (Closed)

Created:
4 years, 10 months ago by jbramley
Modified:
4 years, 10 months ago
Reviewers:
Benedikt Meurer, Jarin
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-ppc-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[arm] Allow immediate-index write barriers. This is effectively a port of 4eff883b (r27731). BUG= Committed: https://crrev.com/c72b49bddcf1484bf3553ea702cf1764690a33df Cr-Commit-Position: refs/heads/master@{#33994}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -6 lines) Patch
M src/compiler/arm/code-generator-arm.cc View 1 3 chunks +36 lines, -5 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 2 chunks +11 lines, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
jbramley
4 years, 10 months ago (2016-02-12 15:25:02 UTC) #2
Benedikt Meurer
LGTM with nits. https://codereview.chromium.org/1692253002/diff/1/src/compiler/arm/code-generator-arm.cc File src/compiler/arm/code-generator-arm.cc (right): https://codereview.chromium.org/1692253002/diff/1/src/compiler/arm/code-generator-arm.cc#newcode245 src/compiler/arm/code-generator-arm.cc:245: DCHECK(index_immediate_ == 0); Nit: DCHECK_EQ(0, index_immediate_) ...
4 years, 10 months ago (2016-02-12 17:57:24 UTC) #3
jbramley
https://codereview.chromium.org/1692253002/diff/1/src/compiler/arm/code-generator-arm.cc File src/compiler/arm/code-generator-arm.cc (right): https://codereview.chromium.org/1692253002/diff/1/src/compiler/arm/code-generator-arm.cc#newcode245 src/compiler/arm/code-generator-arm.cc:245: DCHECK(index_immediate_ == 0); On 2016/02/12 17:57:24, Benedikt Meurer wrote: ...
4 years, 10 months ago (2016-02-15 13:31:28 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1692253002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1692253002/20001
4 years, 10 months ago (2016-02-15 13:31:35 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 10 months ago (2016-02-15 13:46:16 UTC) #8
commit-bot: I haz the power
4 years, 10 months ago (2016-02-15 13:46:36 UTC) #10
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c72b49bddcf1484bf3553ea702cf1764690a33df
Cr-Commit-Position: refs/heads/master@{#33994}

Powered by Google App Engine
This is Rietveld 408576698