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

Issue 441983002: Check that external references are registered in the serializer. (Closed)

Created:
6 years, 4 months ago by Yang
Modified:
6 years, 4 months ago
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Check that external references are registered in the serializer. Inspired by a patch by Slava Chigrin <vchigrin@yandex-team.ru>; R=jkummerow@chromium.org, vchigrin@yandex-team.ru Committed: https://code.google.com/p/v8/source/detail?r=22896

Patch Set 1 #

Patch Set 2 : fix comment #

Patch Set 3 : remove bogus assertions #

Total comments: 2

Patch Set 4 : reordered and refactored #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -331 lines) Patch
M PRESUBMIT.py View 2 chunks +4 lines, -0 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm64/codegen-arm64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/assembler.h View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download
M src/assembler.cc View 4 chunks +0 lines, -30 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/serialize.h View 1 2 3 2 chunks +8 lines, -5 lines 0 comments Download
M src/serialize.cc View 1 2 3 4 3 chunks +151 lines, -277 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 2 3 4 2 chunks +14 lines, -14 lines 0 comments Download
A tools/external-reference-check.py View 1 2 3 1 chunk +43 lines, -0 lines 0 comments Download
M tools/presubmit.py View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Yang
Inspired by CL by Slava Chigrin <vchigrin@yandex-team.ru> (https://codereview.chromium.org/430213004)
6 years, 4 months ago (2014-08-05 12:22:46 UTC) #1
Jakob Kummerow
LGTM https://codereview.chromium.org/441983002/diff/40001/src/serialize.cc File src/serialize.cc (right): https://codereview.chromium.org/441983002/diff/40001/src/serialize.cc#newcode566 src/serialize.cc:566: for (int i = 0; i < refs_.length() ...
6 years, 4 months ago (2014-08-05 13:12:07 UTC) #2
Slava Chigrin
https://codereview.chromium.org/441983002/diff/40001/tools/external-reference-check.py File tools/external-reference-check.py (right): https://codereview.chromium.org/441983002/diff/40001/tools/external-reference-check.py#newcode17 tools/external-reference-check.py:17: EXPECTED_EXTERNAL_REFERENCES = 100 Seems, it is not used. Am ...
6 years, 4 months ago (2014-08-05 13:17:04 UTC) #3
Yang
On 2014/08/05 13:17:04, Slava Chigrin wrote: > https://codereview.chromium.org/441983002/diff/40001/tools/external-reference-check.py > File tools/external-reference-check.py (right): > > https://codereview.chromium.org/441983002/diff/40001/tools/external-reference-check.py#newcode17 ...
6 years, 4 months ago (2014-08-05 13:20:14 UTC) #4
Yang
On 2014/08/05 13:20:14, Yang wrote: > On 2014/08/05 13:17:04, Slava Chigrin wrote: > > > ...
6 years, 4 months ago (2014-08-05 14:58:31 UTC) #5
Slava Chigrin
On 2014/08/05 14:58:31, Yang wrote: > On 2014/08/05 13:20:14, Yang wrote: > > On 2014/08/05 ...
6 years, 4 months ago (2014-08-05 15:13:28 UTC) #6
Yang
6 years, 4 months ago (2014-08-06 07:20:29 UTC) #7
Message was sent while issue was closed.
Committed patchset #5 manually as 22896 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698