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

Issue 40007: Disable the compilation caching for scripts to make it... (Closed)

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

Description

Disable the compilation caching for scripts to make it possible to start generating code specific to a global object. We should start caching scripts but make the mechanism local to a specific global context inspired by the way we handle eval-caching. Committed: http://code.google.com/p/v8/source/detail?r=1406

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -102 lines) Patch
M src/codegen-ia32.cc View 1 2 chunks +7 lines, -17 lines 0 comments Download
M src/compilation-cache.h View 1 1 chunk +13 lines, -14 lines 0 comments Download
M src/compilation-cache.cc View 1 6 chunks +35 lines, -67 lines 0 comments Download
M src/compiler.cc View 1 3 chunks +2 lines, -3 lines 0 comments Download
M src/macro-assembler-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kasper Lund
11 years, 9 months ago (2009-03-03 11:41:21 UTC) #1
Mads Ager (chromium)
11 years, 9 months ago (2009-03-03 12:07:23 UTC) #2
LGTM.  Will you file a feature request bug and fill in the number in the TODOs?

Powered by Google App Engine
This is Rietveld 408576698