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

Issue 10827040: Limit initial size of hidden properties and store identity hashes inline. (Closed)

Created:
8 years, 5 months ago by Yang
Modified:
8 years, 4 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Limit initial size of hidden properties and store identity hashes inline. BUG=v8:2211 TEST=test-heap/Regress2211 Committed: https://code.google.com/p/v8/source/detail?r=12230

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : use hash table instead of string dictionary #

Patch Set 5 : fix comments in test cases #

Total comments: 13

Patch Set 6 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -79 lines) Patch
M src/api.cc View 1 2 3 4 5 3 chunks +6 lines, -3 lines 0 comments Download
M src/factory.h View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 1 2 3 4 5 4 chunks +23 lines, -11 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 14 chunks +106 lines, -62 lines 0 comments Download
M test/cctest/test-dictionary.cc View 1 2 3 4 2 chunks +12 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
PTAL. This supersedes https://chromiumcodereview.appspot.com/10824042/
8 years, 5 months ago (2012-07-26 15:35:43 UTC) #1
Yang
On 2012/07/26 15:35:43, Yang wrote: > PTAL. This supersedes https://chromiumcodereview.appspot.com/10824042/ Please take a look. Changes ...
8 years, 4 months ago (2012-07-27 08:17:45 UTC) #2
Toon Verwaest
Added some comments. https://chromiumcodereview.appspot.com/10827040/diff/2009/src/objects.cc File src/objects.cc (right): https://chromiumcodereview.appspot.com/10827040/diff/2009/src/objects.cc#newcode3562 src/objects.cc:3562: MaybeObject* hidden_lookup = GetHiddenPropertiesHashTable(false); Can we ...
8 years, 4 months ago (2012-07-30 09:13:23 UTC) #3
Toon Verwaest
8 years, 4 months ago (2012-07-30 12:42:59 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698