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

Issue 1005183006: Serializer: serialize internal references via object visitor. (Closed)

Created:
5 years, 9 months ago by Yang
Modified:
5 years, 9 months ago
Reviewers:
mvstanton, Erik Corry
CC:
v8-dev, Paul Lind, michael_dawson
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Serializer: serialize internal references via object visitor. Committed: https://crrev.com/7c149afb6c875b1c53723384459dc14a0e961927 Cr-Commit-Position: refs/heads/master@{#27275}

Patch Set 1 #

Total comments: 4

Patch Set 2 : platform ports #

Total comments: 1

Patch Set 3 : rename code_object_ to is_code_object_ #

Patch Set 4 : rebase #

Patch Set 5 : fix compilation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -79 lines) Patch
M src/arm/assembler-arm.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 1 6 chunks +21 lines, -8 lines 0 comments Download
M src/arm64/assembler-arm64.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm64/assembler-arm64-inl.h View 1 5 chunks +23 lines, -8 lines 0 comments Download
M src/assembler.h View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M src/assembler.cc View 1 2 3 1 chunk +9 lines, -2 lines 0 comments Download
M src/heap/objects-visiting.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 5 chunks +14 lines, -5 lines 0 comments Download
M src/objects.h View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M src/serialize.h View 1 2 3 4 chunks +17 lines, -13 lines 0 comments Download
M src/serialize.cc View 1 2 3 4 8 chunks +46 lines, -32 lines 0 comments Download
M src/x64/assembler-x64.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 1 5 chunks +14 lines, -5 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 2 3 3 chunks +22 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (11 generated)
Yang
We used to iterate the reloc info an extra time to turn internal references into ...
5 years, 9 months ago (2015-03-17 15:03:04 UTC) #2
Erik Corry
Looks basically sound https://codereview.chromium.org/1005183006/diff/1/src/serialize.cc File src/serialize.cc (right): https://codereview.chromium.org/1005183006/diff/1/src/serialize.cc#newcode1875 src/serialize.cc:1875: DCHECK(code_object_); I don't think you are ...
5 years, 9 months ago (2015-03-17 15:31:16 UTC) #3
Yang
I added platform ports and changed the encoding scheme. ARM64 is incomplete because we don't ...
5 years, 9 months ago (2015-03-18 09:25:49 UTC) #4
Yang
For MIPS and PPC ports of this patch: you will have to distinguish between INTERNAL_REFERENCE ...
5 years, 9 months ago (2015-03-18 09:31:55 UTC) #5
Yang
https://codereview.chromium.org/1005183006/diff/1/src/serialize.cc File src/serialize.cc (right): https://codereview.chromium.org/1005183006/diff/1/src/serialize.cc#newcode1875 src/serialize.cc:1875: DCHECK(code_object_); On 2015/03/17 15:31:16, Erik Corry wrote: > I ...
5 years, 9 months ago (2015-03-18 09:37:20 UTC) #6
Erik Corry
lgtm
5 years, 9 months ago (2015-03-18 10:59:18 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1005183006/40001
5 years, 9 months ago (2015-03-18 12:24:24 UTC) #9
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 9 months ago (2015-03-18 12:24:26 UTC) #11
mvstanton
rubber stamp, reviewed by Erik. LGTM.
5 years, 9 months ago (2015-03-18 12:26:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1005183006/40001
5 years, 9 months ago (2015-03-18 12:28:08 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/4090)
5 years, 9 months ago (2015-03-18 12:31:04 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1005183006/60001
5 years, 9 months ago (2015-03-18 12:36:02 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel/builds/3978)
5 years, 9 months ago (2015-03-18 12:39:31 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1005183006/80001
5 years, 9 months ago (2015-03-18 12:52:34 UTC) #25
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 9 months ago (2015-03-18 13:38:39 UTC) #26
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 13:39:00 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/7c149afb6c875b1c53723384459dc14a0e961927
Cr-Commit-Position: refs/heads/master@{#27275}

Powered by Google App Engine
This is Rietveld 408576698