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

Issue 9169080: Flush number string cache on GC (bug 1605). Also start with a small (Closed)

Created:
8 years, 11 months ago by Erik Corry
Modified:
8 years, 11 months ago
CC:
v8-dev
Visibility:
Public.

Description

Flush number string cache on GC (bug 1605). Also start with a small number string cache and only grow it if needed, which will be useful for saving boot time memory use. This is a second try for https://chromiumcodereview.appspot.com/923502 after fixing an unrelated stack overflow issue. Committed: https://code.google.com/p/v8/source/detail?r=10513

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -17 lines) Patch
M src/heap.h View 2 chunks +8 lines, -2 lines 0 comments Download
M src/heap.cc View 4 chunks +46 lines, -14 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
8 years, 11 months ago (2012-01-26 11:19:45 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 11 months ago (2012-01-26 11:31:24 UTC) #2
rubberstamp lgtm

Powered by Google App Engine
This is Rietveld 408576698