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

Issue 1098863003: Import Reversed adapter from Chromium and use it in v8. (Closed)

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

Description

Import Reversed adapter from Chromium and use it in v8. Committed: https://crrev.com/314e73d1ec93de843e9140f487159642fac66ede Cr-Commit-Position: refs/heads/master@{#27947}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Addressed feedback. Rebased. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -48 lines) Patch
M BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
A src/base/adapters.h View 1 chunk +51 lines, -0 lines 0 comments Download
M src/base/macros.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/compiler/arm/instruction-selector-arm.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/ia32/instruction-selector-ia32.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/compiler/instruction-selector.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/compiler/liveness-analyzer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/mips/instruction-selector-mips.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/mips64/instruction-selector-mips64.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/ppc/instruction-selector-ppc.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/register-allocator.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/compiler/scheduler.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M src/compiler/x64/instruction-selector-x64.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M src/utils.h View 1 chunk +0 lines, -15 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Sven Panne
5 years, 8 months ago (2015-04-20 12:44:29 UTC) #2
Michael Starzinger
LGTM. Only nits. https://codereview.chromium.org/1098863003/diff/1/src/compiler/arm/instruction-selector-arm.cc File src/compiler/arm/instruction-selector-arm.cc (right): https://codereview.chromium.org/1098863003/diff/1/src/compiler/arm/instruction-selector-arm.cc#newcode1103 src/compiler/arm/instruction-selector-arm.cc:1103: for (auto i : base::Reversed(buffer.pushed_nodes)) { ...
5 years, 8 months ago (2015-04-20 13:11:14 UTC) #3
Sven Panne
Feedback addressed, landing... https://codereview.chromium.org/1098863003/diff/1/src/compiler/arm/instruction-selector-arm.cc File src/compiler/arm/instruction-selector-arm.cc (right): https://codereview.chromium.org/1098863003/diff/1/src/compiler/arm/instruction-selector-arm.cc#newcode1103 src/compiler/arm/instruction-selector-arm.cc:1103: for (auto i : base::Reversed(buffer.pushed_nodes)) { ...
5 years, 8 months ago (2015-04-20 14:38:35 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1098863003/20001
5 years, 8 months ago (2015-04-20 14:39:19 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 8 months ago (2015-04-20 16:24:57 UTC) #8
commit-bot: I haz the power
5 years, 8 months ago (2015-04-20 16:25:10 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/314e73d1ec93de843e9140f487159642fac66ede
Cr-Commit-Position: refs/heads/master@{#27947}

Powered by Google App Engine
This is Rietveld 408576698