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

Issue 7966038: Record function call targets, use them for inlining. (Closed)

Created:
9 years, 3 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 2 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Record function call targets, use them for inlining. Introduce a version of the CallFunctionStub that records monomorphic call targets in a one-element cache in the instruction stream. Use the cache for inlining attempts in the optimizing backend. R=fschneider@chromium.org BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9449

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+314 lines, -69 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.cc View 1 chunk +30 lines, -26 lines 0 comments Download
M src/code-stubs.h View 3 chunks +28 lines, -2 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +8 lines, -12 lines 0 comments Download
M src/hydrogen.cc View 2 chunks +41 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +71 lines, -9 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +11 lines, -4 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +7 lines, -1 line 0 comments Download
M src/mark-compact.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/objects.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +13 lines, -0 lines 0 comments Download
M src/type-info.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/type-info.cc View 11 chunks +29 lines, -11 lines 0 comments Download
M src/v8globals.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 3 months ago (2011-09-23 13:17:22 UTC) #1
fschneider
9 years, 2 months ago (2011-09-27 08:53:42 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698