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

Issue 16154027: New unified type representation (Closed)

Created:
7 years, 6 months ago by rossberg
Modified:
7 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

New unified type representation Not used yet, only unit tests. R=jkummerow@chromium.org, svenpanne@chromium.org BUG= Committed: http://code.google.com/p/v8/source/detail?r=14957

Patch Set 1 #

Patch Set 2 : Some simplifications #

Patch Set 3 : More simplifications #

Total comments: 12

Patch Set 4 : Sven's comments #

Patch Set 5 : Fix for x64 #

Total comments: 26

Patch Set 6 : Jakob's comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1006 lines, -2 lines) Patch
M src/handles.h View 1 chunk +1 line, -1 line 0 comments Download
A src/types.h View 1 2 3 4 5 1 chunk +200 lines, -0 lines 0 comments Download
A src/types.cc View 1 2 3 4 5 1 chunk +281 lines, -0 lines 0 comments Download
M src/typing.cc View 1 chunk +0 lines, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A test/cctest/test-types.cc View 1 2 3 4 5 1 chunk +521 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
rossberg
7 years, 6 months ago (2013-06-04 13:55:33 UTC) #1
Sven Panne
LGTM with a few nits. https://codereview.chromium.org/16154027/diff/9/src/types.cc File src/types.cc (right): https://codereview.chromium.org/16154027/diff/9/src/types.cc#newcode95 src/types.cc:95: default: Are there really ...
7 years, 6 months ago (2013-06-05 08:02:41 UTC) #2
rossberg
PTAL https://codereview.chromium.org/16154027/diff/9/src/types.cc File src/types.cc (right): https://codereview.chromium.org/16154027/diff/9/src/types.cc#newcode95 src/types.cc:95: default: On 2013/06/05 08:02:41, Sven Panne wrote: > ...
7 years, 6 months ago (2013-06-05 09:44:24 UTC) #3
Sven Panne
LGTM still...
7 years, 6 months ago (2013-06-05 09:48:55 UTC) #4
Jakob Kummerow
LGTM. Mostly nits. I guess we can't do much about the handle dereferencing issue. https://codereview.chromium.org/16154027/diff/16001/src/types.cc ...
7 years, 6 months ago (2013-06-05 14:53:24 UTC) #5
rossberg
https://codereview.chromium.org/16154027/diff/16001/src/types.cc File src/types.cc (right): https://codereview.chromium.org/16154027/diff/16001/src/types.cc#newcode41 src/types.cc:41: bitset |= union_get(unioned, i)->LubBitset(); On 2013/06/05 14:53:24, Jakob wrote: ...
7 years, 6 months ago (2013-06-05 15:37:02 UTC) #6
rossberg
7 years, 6 months ago (2013-06-05 15:44:03 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r14957 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698