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

Issue 12254036: Minor cleanup of CompareIC state (Closed)

Created:
7 years, 10 months ago by rossberg
Modified:
7 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Minor cleanup of CompareIC state Allow transitioning from KNOWN_OBJECT to KNONW_OBJECT or OBJECT. Also, rename HEAP_NUMBER IC states to NUMBER, since they handle Smis, too. R=jkummerow@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=13775

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments #

Total comments: 2

Patch Set 3 : Actually address all comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+123 lines, -117 lines) Patch
M src/arm/code-stubs-arm.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 10 chunks +15 lines, -17 lines 0 comments Download
M src/code-stubs.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/code-stubs.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 7 chunks +12 lines, -12 lines 0 comments Download
M src/ic.h View 1 3 chunks +11 lines, -5 lines 0 comments Download
M src/ic.cc View 1 2 16 chunks +46 lines, -44 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 8 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
rossberg
7 years, 10 months ago (2013-02-14 16:27:33 UTC) #1
Jakob Kummerow
https://codereview.chromium.org/12254036/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/12254036/diff/1/src/ic.cc#newcode2438 src/ic.cc:2438: // HEAP_NUMBER stub will do the right thing. s/HEAP_// ...
7 years, 10 months ago (2013-02-15 09:12:53 UTC) #2
rossberg
https://codereview.chromium.org/12254036/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/12254036/diff/1/src/ic.cc#newcode2438 src/ic.cc:2438: // HEAP_NUMBER stub will do the right thing. On ...
7 years, 10 months ago (2013-02-19 11:32:13 UTC) #3
Jakob Kummerow
https://codereview.chromium.org/12254036/diff/5001/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/12254036/diff/5001/src/ic.cc#newcode2475 src/ic.cc:2475: return KNOWN_OBJECT; Y U NO address my previous comment? ...
7 years, 10 months ago (2013-02-19 14:46:58 UTC) #4
rossberg
https://codereview.chromium.org/12254036/diff/5001/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/12254036/diff/5001/src/ic.cc#newcode2475 src/ic.cc:2475: return KNOWN_OBJECT; On 2013/02/19 14:46:58, Jakob wrote: > Y ...
7 years, 10 months ago (2013-02-20 11:00:21 UTC) #5
Jakob Kummerow
7 years, 10 months ago (2013-02-20 14:31:09 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698