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

Issue 1025453003: MIPS: Fix 'MIPS: Serializer: serialize internal references via object visitor.' (Closed)

Created:
5 years, 9 months ago by balazs.kilvady
Modified:
5 years, 9 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

MIPS: Fix 'MIPS: Serializer: serialize internal references via object visitor.' BUG= Committed: https://crrev.com/56d2ee0310972119ec47810ee03a4f7077f7117e Cr-Commit-Position: refs/heads/master@{#27351}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Fix nits. #

Total comments: 4

Patch Set 3 : Fix other archs. #

Total comments: 2

Patch Set 4 : Fix comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -83 lines) Patch
M src/arm/assembler-arm.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/assembler-arm-inl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/arm64/assembler-arm64.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/arm64/assembler-arm64-inl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/mips/assembler-mips.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M src/mips/assembler-mips-inl.h View 1 2 2 chunks +27 lines, -28 lines 0 comments Download
M src/mips64/assembler-mips64.h View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M src/mips64/assembler-mips64-inl.h View 1 2 3 chunks +32 lines, -41 lines 0 comments Download
M src/serialize.h View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/serialize.cc View 1 2 3 chunks +9 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/assembler-x64-inl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (4 generated)
paul.l...
LGTM, but please fix the nits. Yang, can we get your review also please? We ...
5 years, 9 months ago (2015-03-19 18:35:43 UTC) #2
balazs.kilvady
https://codereview.chromium.org/1025453003/diff/1/src/mips64/assembler-mips64-inl.h File src/mips64/assembler-mips64-inl.h (right): https://codereview.chromium.org/1025453003/diff/1/src/mips64/assembler-mips64-inl.h#newcode199 src/mips64/assembler-mips64-inl.h:199: // Encoded internal references are lui/ori load of 48-bit ...
5 years, 9 months ago (2015-03-19 18:56:29 UTC) #3
paul.l...
not LGTM. We need arch ports.
5 years, 9 months ago (2015-03-19 19:00:12 UTC) #4
yangguo
Sorry about this! I overlooked this. Introducing a new byte code is the right thing. ...
5 years, 9 months ago (2015-03-19 19:16:33 UTC) #6
paul.l...
On 2015/03/19 19:16:33, yangguo wrote: > you need to implement the newly introduced > deserialize_... ...
5 years, 9 months ago (2015-03-19 19:22:25 UTC) #7
yangguo
On 2015/03/19 19:22:25, paul.l... wrote: > On 2015/03/19 19:16:33, yangguo wrote: > > you need ...
5 years, 9 months ago (2015-03-19 19:27:44 UTC) #8
balazs.kilvady
https://codereview.chromium.org/1025453003/diff/20001/src/serialize.cc File src/serialize.cc (right): https://codereview.chromium.org/1025453003/diff/20001/src/serialize.cc#newcode1837 src/serialize.cc:1837: rinfo->rmode() == RelocInfo::INTERNAL_REFERENCE On 2015/03/19 19:16:33, yangguo wrote: > ...
5 years, 9 months ago (2015-03-20 11:14:42 UTC) #9
balazs.kilvady
Yang could you take a look, please if u have time?
5 years, 9 months ago (2015-03-20 15:54:38 UTC) #10
paul.l...
Balázs, there is one nit. I do like how you factored out the common code ...
5 years, 9 months ago (2015-03-20 16:55:46 UTC) #11
Yang
On 2015/03/20 16:55:46, paul.l... wrote: > Balázs, there is one nit. I do like how ...
5 years, 9 months ago (2015-03-20 17:02:49 UTC) #12
balazs.kilvady
https://codereview.chromium.org/1025453003/diff/40001/src/serialize.h File src/serialize.h (right): https://codereview.chromium.org/1025453003/diff/40001/src/serialize.h#newcode333 src/serialize.h:333: // 0x1f Unused (including 0x3f, 0x5f, 0x7f). On 2015/03/20 ...
5 years, 9 months ago (2015-03-20 17:13:50 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1025453003/60001
5 years, 9 months ago (2015-03-20 17:14:18 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 9 months ago (2015-03-23 07:00:23 UTC) #17
commit-bot: I haz the power
5 years, 9 months ago (2015-03-23 07:00:30 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/56d2ee0310972119ec47810ee03a4f7077f7117e
Cr-Commit-Position: refs/heads/master@{#27351}

Powered by Google App Engine
This is Rietveld 408576698