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

Issue 10116021: Simplify invocation sequence at monomorphic function invocation sites. (Closed)

Created:
8 years, 8 months ago by Vyacheslav Egorov (Chromium)
Modified:
8 years, 8 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Simplify invocation sequence at monomorphic function invocation sites. Provide known target as a hint to HInvokeFunction instruction so that it can statically determine if arguments adaptation is required. R=fschneider@chromium.org BUG=v8:2079 Committed: https://code.google.com/p/v8/source/detail?r=11364

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+162 lines, -47 lines) Patch
M src/arm/lithium-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +7 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 5 chunks +28 lines, -10 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +7 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +27 lines, -10 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 1 chunk +7 lines, -1 line 0 comments Download
M src/mips/lithium-codegen-mips.cc View 5 chunks +31 lines, -10 lines 0 comments Download
M src/mips/lithium-mips.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +7 lines, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 5 chunks +27 lines, -10 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Vyacheslav Egorov (Chromium)
8 years, 8 months ago (2012-04-18 09:25:44 UTC) #1
Vyacheslav Egorov (Chromium)
Jakob can you take a look?
8 years, 8 months ago (2012-04-18 09:27:15 UTC) #2
Jakob Kummerow
8 years, 8 months ago (2012-04-18 09:37:05 UTC) #3
LGTM

Powered by Google App Engine
This is Rietveld 408576698