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

Issue 8366036: Handlify call cases for pre-monomorphic, normal, and miss. (Closed)

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

Description

Handlify call cases for pre-monomorphic, normal, and miss. These cases turn out to be easy. There is a lingering raw pointer implementation of TryCompileCallMiss because it's need by some of the unconverted call stubs. R=ulan@chromium.org BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=9749

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -102 lines) Patch
M src/arm/ic-arm.cc View 3 chunks +2 lines, -13 lines 0 comments Download
M src/ia32/ic-ia32.cc View 3 chunks +3 lines, -16 lines 0 comments Download
M src/ic.h View 2 chunks +8 lines, -2 lines 0 comments Download
M src/mips/ic-mips.cc View 3 chunks +2 lines, -13 lines 0 comments Download
M src/stub-cache.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/stub-cache.cc View 4 chunks +25 lines, -38 lines 1 comment Download
M src/x64/ic-x64.cc View 3 chunks +2 lines, -18 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 2 months ago (2011-10-21 10:47:39 UTC) #1
ulan
9 years, 2 months ago (2011-10-21 11:24:42 UTC) #2
LGTM.

http://codereview.chromium.org/8366036/diff/1/src/stub-cache.cc
File src/stub-cache.cc (right):

http://codereview.chromium.org/8366036/diff/1/src/stub-cache.cc#newcode1525
src/stub-cache.cc:1525: Handle<Code> StubCompiler::CompileCallMiss(Code::Flags
flags) {
Maybe add a comment that any change in this function must be replicated in the
raw pointer version and vice versa.

Powered by Google App Engine
This is Rietveld 408576698