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

Issue 1700: Do not shortcut cons string symbols during garbage collection.... (Closed)

Created:
12 years, 3 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Do not shortcut cons string symbols during garbage collection. Attempt to flatten cons strings when converting them to symbols so that symbols will most often be flat strings. Committed: http://code.google.com/p/v8/source/detail?r=253

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -15 lines) Patch
M src/mark-compact.cc View 2 chunks +7 lines, -5 lines 0 comments Download
M src/objects.cc View 4 chunks +12 lines, -4 lines 0 comments Download
M src/parser.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/property.h View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
12 years, 3 months ago (2008-09-10 11:24:12 UTC) #1
Kevin Millikin (Chromium)
12 years, 3 months ago (2008-09-10 11:33:52 UTC) #2
LGTM.  Nice catch.

Powered by Google App Engine
This is Rietveld 408576698