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

Issue 14862009: Encapsulating Type information in the CompareICStub (Closed)

Created:
7 years, 7 months ago by oliv
Modified:
7 years, 7 months ago
Reviewers:
Sven Panne, danno
CC:
v8-dev, danno
Visibility:
Public.

Description

Encapsulating Type information in the CompareICStub Encapsulate type information in a convenient wrapper instead of storing it in a naked bitfield. This especially facilitates transitioning to a new state and converting from/to the extraICState representation. Additionally cleaning up ToBooleanICStub::Types for consistency. BUG= R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14704

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Total comments: 13

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -152 lines) Patch
M src/code-stubs.h View 1 2 4 chunks +90 lines, -64 lines 0 comments Download
M src/code-stubs.cc View 1 2 2 chunks +47 lines, -35 lines 0 comments Download
M src/hydrogen.cc View 1 2 chunks +12 lines, -14 lines 0 comments Download
M src/ic.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/ic.cc View 1 2 chunks +15 lines, -27 lines 0 comments Download
M src/objects.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/objects.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/string-stream.h View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
M src/stub-cache.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/stub-cache.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M src/type-info.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M src/utils.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-compare-nil-ic-stub.cc View 1 2 1 chunk +86 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Sven Panne
First round of comments... https://codereview.chromium.org/14862009/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/14862009/diff/1/src/code-stubs.cc#newcode459 src/code-stubs.cc:459: void CompareNilICStub::Types::Print(StringStream* stream) const { ...
7 years, 7 months ago (2013-05-13 14:24:50 UTC) #1
oliv
https://codereview.chromium.org/14862009/diff/1/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/14862009/diff/1/src/code-stubs.cc#newcode459 src/code-stubs.cc:459: void CompareNilICStub::Types::Print(StringStream* stream) const { On 2013/05/13 14:24:50, Sven ...
7 years, 7 months ago (2013-05-13 18:03:58 UTC) #2
Sven Panne
Adding Danno because of my question about CompareNilICStub::Record. https://codereview.chromium.org/14862009/diff/8001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/14862009/diff/8001/src/code-stubs.cc#newcode413 src/code-stubs.cc:413: if ...
7 years, 7 months ago (2013-05-14 09:18:42 UTC) #3
oliv
https://codereview.chromium.org/14862009/diff/8001/src/code-stubs.cc File src/code-stubs.cc (right): https://codereview.chromium.org/14862009/diff/8001/src/code-stubs.cc#newcode462 src/code-stubs.cc:462: stream->Remove(1); On 2013/05/14 09:18:42, Sven Panne wrote: > Although ...
7 years, 7 months ago (2013-05-14 13:28:11 UTC) #4
Sven Panne
lgtm
7 years, 7 months ago (2013-05-15 09:13:33 UTC) #5
oliv
7 years, 7 months ago (2013-05-16 10:59:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r14704 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698