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

Issue 594055: Change the interface of CallStubCompiler::CompileCallInterceptor. (Closed)

Created:
10 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Change the interface of CallStubCompiler::CompileCallInterceptor. Move responsibility for a typecast into the caller so that it can be locally verified to succeed. Committed: http://code.google.com/p/v8/source/detail?r=3858

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -10 lines) Patch
M src/arm/stub-cache-arm.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/stub-cache.h View 1 chunk +1 line, -1 line 0 comments Download
M src/stub-cache.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-02-15 12:27:39 UTC) #1
William Hesse
10 years, 10 months ago (2010-02-15 12:39:51 UTC) #2
LGTM.

Identical changes should be made to ComputeCallField and CompileCallField.

Powered by Google App Engine
This is Rietveld 408576698