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

Issue 13158002: Always allocate symbols in old space. (Closed)

Created:
7 years, 9 months ago by Yang
Modified:
7 years, 9 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Always allocate symbols in old space. Keys are expected to be tenured. This now not only includes internalized strings, but also symbols. R=rossberg@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14095

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -6 lines) Patch
M src/heap.h View 1 chunk +2 lines, -3 lines 0 comments Download
M src/heap.cc View 1 2 chunks +6 lines, -3 lines 0 comments Download
M test/mjsunit/harmony/symbols.js View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
7 years, 9 months ago (2013-03-28 13:30:13 UTC) #1
rossberg
LGTM with comments https://codereview.chromium.org/13158002/diff/1/src/heap.cc File src/heap.cc (right): https://codereview.chromium.org/13158002/diff/1/src/heap.cc#newcode5434 src/heap.cc:5434: AllocationSpace space = OLD_POINTER_SPACE; Nit: just ...
7 years, 9 months ago (2013-03-28 13:33:17 UTC) #2
Yang
7 years, 9 months ago (2013-03-28 13:52:40 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r14095 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698