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

Issue 5689005: Land Vitaly's change to fix compare IC performance.... (Closed)

Created:
10 years ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Land Vitaly's change to fix compare IC performance. Original change: http://codereview.chromium.org/5733004/ When we have inlined smi code can transition to heap number state before going to the generic state. Without inlined smi code the behaviour is unchanged. Committed: http://code.google.com/p/v8/source/detail?r=5975

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -6 lines) Patch
M src/ia32/ic-ia32.cc View 1 chunk +12 lines, -1 line 0 comments Download
M src/ic.h View 1 chunk +2 lines, -1 line 1 comment Download
M src/ic.cc View 1 chunk +7 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
10 years ago (2010-12-13 09:47:46 UTC) #1
Vyacheslav Egorov (Chromium)
10 years ago (2010-12-13 09:56:41 UTC) #2
LGTM

http://codereview.chromium.org/5689005/diff/1/src/ic.h
File src/ic.h (right):

http://codereview.chromium.org/5689005/diff/1/src/ic.h#newcode585
src/ic.h:585: State TargetState(State state, bool has_inlined_smi_code,
we do not format arguments this way.

Powered by Google App Engine
This is Rietveld 408576698