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

Issue 671843003: Small fixes for the code serializer. (Closed)

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

Description

Small fixes for the code serializer. - assertions regarding max heap object size. - ensure string table capacity upfront. R=mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24824

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : also include fix for internalized strings #

Total comments: 1

Patch Set 4 : rebased and addressed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -13 lines) Patch
M src/objects.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M src/serialize.h View 1 2 5 chunks +20 lines, -9 lines 0 comments Download
M src/serialize.cc View 1 2 6 chunks +15 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
6 years, 2 months ago (2014-10-22 11:00:27 UTC) #1
mvstanton
one nit, LGTM. https://codereview.chromium.org/671843003/diff/40001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/671843003/diff/40001/src/objects.cc#newcode14790 src/objects.cc:14790: void StringTable::EnsureCapacityForDeserialization(Isolate* isolate, int n) { ...
6 years, 2 months ago (2014-10-23 07:29:39 UTC) #2
Yang
6 years, 2 months ago (2014-10-23 08:25:51 UTC) #3
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 24824 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698