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

Issue 8341014: Age the number string cache so it does not keep strings

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

Description

Age the number string cache so it does not keep strings alive for ever. This is to fix http://code.google.com/p/v8/issues/detail?id=1605

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -95 lines) Patch
M src/arm/code-stubs-arm.cc View 4 chunks +29 lines, -20 lines 0 comments Download
M src/heap.h View 2 chunks +10 lines, -1 line 1 comment Download
M src/heap.cc View 4 chunks +77 lines, -29 lines 1 comment Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +41 lines, -22 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 4 chunks +31 lines, -23 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Erik Corry
9 years, 2 months ago (2011-10-18 15:14:36 UTC) #1
Vyacheslav Egorov (Chromium)
the question here: what is the motivation for making number string cache flushing more complicated? ...
9 years, 2 months ago (2011-10-18 15:30:38 UTC) #2
Vyacheslav Egorov (Chromium)
9 years, 2 months ago (2011-10-18 15:30:43 UTC) #3
the question here: what is the motivation for making number string cache
flushing more complicated?

do we have any benchmark?

Powered by Google App Engine
This is Rietveld 408576698