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

Issue 228263005: Implement structural function and array types (Closed)

Created:
6 years, 8 months ago by rossberg
Modified:
6 years, 8 months ago
Reviewers:
Benedikt Meurer, Jarin
CC:
v8-dev
Visibility:
Public.

Description

Implement structural function and array types Just wanted to add two constructors to a datatype, how ugly can it get? R=bmeurer@chromium.org, jarin@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=20809 Committed: https://code.google.com/p/v8/source/detail?r=20815 Committed: https://code.google.com/p/v8/source/detail?r=20818 Committed: https://code.google.com/p/v8/source/detail?r=20819

Patch Set 1 #

Patch Set 2 : Eps #

Total comments: 2

Patch Set 3 : Rebased #

Patch Set 4 : Rebased #

Patch Set 5 : Platforms #

Patch Set 6 : Rebased #

Patch Set 7 : Split up tests #

Patch Set 8 : Fixing Windows compilation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+907 lines, -314 lines) Patch
M src/accessors.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -3 lines 0 comments Download
M src/arm64/stub-cache-arm64.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 6 7 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -3 lines 0 comments Download
M src/ic.cc View 1 2 3 4 5 6 7 3 chunks +7 lines, -5 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -7 lines 0 comments Download
M src/stub-cache.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/types.h View 1 2 5 11 chunks +285 lines, -97 lines 0 comments Download
M src/types.cc View 1 2 3 4 5 6 7 25 chunks +229 lines, -145 lines 0 comments Download
M src/types-inl.h View 1 2 3 4 5 6 7 7 chunks +62 lines, -12 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 4 5 6 7 3 chunks +7 lines, -3 lines 0 comments Download
M test/cctest/test-types.cc View 1 2 3 4 5 6 7 22 chunks +295 lines, -28 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
rossberg
6 years, 8 months ago (2014-04-08 16:09:22 UTC) #1
Benedikt Meurer
https://codereview.chromium.org/228263005/diff/20001/src/types.h File src/types.h (right): https://codereview.chromium.org/228263005/diff/20001/src/types.h#newcode301 src/types.h:301: ClassType* AsClass() { return ClassType::cast(this); } I really dislike ...
6 years, 8 months ago (2014-04-09 05:33:13 UTC) #2
rossberg
https://codereview.chromium.org/228263005/diff/20001/src/types.h File src/types.h (right): https://codereview.chromium.org/228263005/diff/20001/src/types.h#newcode301 src/types.h:301: ClassType* AsClass() { return ClassType::cast(this); } On 2014/04/09 05:33:14, ...
6 years, 8 months ago (2014-04-09 10:59:25 UTC) #3
rossberg
You could consider reviewing this... ;)
6 years, 8 months ago (2014-04-14 15:17:50 UTC) #4
rossberg
Jarin, can you perhaps take a look?
6 years, 8 months ago (2014-04-15 10:27:51 UTC) #5
Benedikt Meurer
LGTM
6 years, 8 months ago (2014-04-16 10:13:52 UTC) #6
rossberg
Committed patchset #7 manually as r20809 (presubmit successful).
6 years, 8 months ago (2014-04-16 13:44:42 UTC) #7
rossberg
Committed patchset #8 manually as r20815 (presubmit successful).
6 years, 8 months ago (2014-04-16 15:42:50 UTC) #8
rossberg
Committed patchset #8 manually as r20818 (tree was closed).
6 years, 8 months ago (2014-04-16 16:26:00 UTC) #9
rossberg
6 years, 8 months ago (2014-04-16 16:36:34 UTC) #10
Message was sent while issue was closed.
Committed patchset #8 manually as r20819 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698