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

Issue 411483002: Correctly hook up back references to internalized strings in code deserializer. (Closed)

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

Description

Correctly hook up back references to internalized strings in code deserializer. R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=22540

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : edited comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -7 lines) Patch
M src/objects.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M src/serialize.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/serialize.cc View 1 2 5 chunks +19 lines, -3 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A + test/mjsunit/deserialize-reference.js View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
6 years, 5 months ago (2014-07-22 09:02:41 UTC) #1
mvstanton
LGTM, couple of comments. https://codereview.chromium.org/411483002/diff/40001/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/411483002/diff/40001/src/objects-inl.h#newcode6593 src/objects-inl.h:6593: ASSERT(!HasHashCode()); How about words along ...
6 years, 5 months ago (2014-07-22 13:31:32 UTC) #2
Yang
https://codereview.chromium.org/411483002/diff/40001/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/411483002/diff/40001/src/objects-inl.h#newcode6593 src/objects-inl.h:6593: ASSERT(!HasHashCode()); On 2014/07/22 13:31:31, mvstanton wrote: > How about ...
6 years, 5 months ago (2014-07-23 06:55:58 UTC) #3
Yang
6 years, 5 months ago (2014-07-23 07:16:41 UTC) #4
Message was sent while issue was closed.
Committed patchset #4 manually as r22540 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698