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

Issue 119301: Lower the number of generations in the script compilation... (Closed)

Created:
11 years, 6 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Lower the number of generations in the script compilation cache to 5 (down from 8). Generations 5, 6, and 7 are rarely hit in real browsing sessions (~2% in the best case) so it seems better to lower the size to avoid carrying around too many compiled scripts in the cache. Committed: http://code.google.com/p/v8/source/detail?r=2116

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/compilation-cache.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
11 years, 6 months ago (2009-06-08 07:38:42 UTC) #1
Mads Ager (chromium)
11 years, 6 months ago (2009-06-08 08:01:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698