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

Issue 6793013: Cache optimized code on shared function info.

Created:
9 years, 8 months ago by antonm
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Cache optimized code on shared function info. That allows to instantiate closures with optimized code.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+299 lines, -59 lines) Patch
M src/compiler.cc View 3 chunks +57 lines, -0 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +10 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/frames.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames.cc View 4 chunks +14 lines, -6 lines 0 comments Download
M src/heap.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +79 lines, -4 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +0 lines, -9 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 5 chunks +32 lines, -9 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M src/objects.h View 3 chunks +11 lines, -1 line 0 comments Download
M src/objects.cc View 3 chunks +32 lines, -9 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-inl.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +4 lines, -1 line 0 comments Download
M src/v8-counters.h View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Kevin Millikin (Chromium)
9 years, 7 months ago (2011-05-19 08:22:30 UTC) #1
+fschneider

Powered by Google App Engine
This is Rietveld 408576698