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

Issue 2072963003: Simplify AssemblerPositionsRecorder. (Closed)

Created:
4 years, 6 months ago by Yang
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com, v8-mips-ports_googlegroups.com, v8-x87-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

Simplify AssemblerPositionsRecorder. R=bmeurer@chromium.org, jgruber@chromium.org Committed: https://crrev.com/9c3d730d424b170080186bb3e924ead6c46b0bcd Cr-Commit-Position: refs/heads/master@{#37089}

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -171 lines) Patch
M src/arm/assembler-arm.cc View 1 5 chunks +0 lines, -10 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm64/assembler-arm64.cc View 1 8 chunks +0 lines, -15 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/assembler.h View 1 1 chunk +13 lines, -23 lines 0 comments Download
M src/assembler.cc View 1 2 chunks +13 lines, -11 lines 0 comments Download
M src/compiler/code-generator.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/arm/lithium-codegen-arm.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/arm64/lithium-codegen-arm64.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/ia32/lithium-codegen-ia32.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/mips/lithium-codegen-mips.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/mips64/lithium-codegen-mips64.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/ppc/lithium-codegen-ppc.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/s390/lithium-codegen-s390.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/x64/lithium-codegen-x64.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/crankshaft/x87/lithium-codegen-x87.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/full-codegen/full-codegen.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 4 chunks +0 lines, -4 lines 0 comments Download
M src/mips/assembler-mips.cc View 1 15 chunks +0 lines, -17 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/mips64/assembler-mips64.cc View 1 16 chunks +0 lines, -18 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/ppc/assembler-ppc.cc View 3 chunks +0 lines, -8 lines 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 2 chunks +0 lines, -9 lines 0 comments Download
M src/s390/assembler-s390.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/s390/assembler-s390.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/s390/code-stubs-s390.cc View 2 chunks +0 lines, -5 lines 0 comments Download
M src/s390/macro-assembler-s390.cc View 3 chunks +0 lines, -9 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 6 chunks +0 lines, -6 lines 0 comments Download
M src/x87/assembler-x87.cc View 4 chunks +0 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (7 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2072963003/1
4 years, 6 months ago (2016-06-17 12:36:57 UTC) #2
Yang
Please take a look. This removes some historical baggage.
4 years, 6 months ago (2016-06-17 13:03:28 UTC) #3
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-17 13:05:22 UTC) #5
jgruber
lgtm https://codereview.chromium.org/2072963003/diff/1/src/assembler.cc File src/assembler.cc (right): https://codereview.chromium.org/2072963003/diff/1/src/assembler.cc#newcode1795 src/assembler.cc:1795: return WriteRecordedPositions(); Nit: We could possibly 'return RecordPosition(pos);' ...
4 years, 6 months ago (2016-06-17 17:38:52 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2072963003/20001
4 years, 6 months ago (2016-06-20 06:54:58 UTC) #8
Benedikt Meurer
LGTM on crankshaft/compiler
4 years, 6 months ago (2016-06-20 06:55:12 UTC) #9
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-06-20 07:21:32 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2072963003/20001
4 years, 6 months ago (2016-06-20 07:27:30 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-20 07:30:08 UTC) #15
commit-bot: I haz the power
4 years, 6 months ago (2016-06-20 07:31:05 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/9c3d730d424b170080186bb3e924ead6c46b0bcd
Cr-Commit-Position: refs/heads/master@{#37089}

Powered by Google App Engine
This is Rietveld 408576698