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

Issue 107933005: Templatise type representation (Closed)

Created:
7 years ago by rossberg
Modified:
6 years, 11 months ago
Reviewers:
titzer
CC:
v8-dev, Michael Starzinger
Visibility:
Public.

Description

Templatise type representation This is to support both heap- and zone-allocated types in the future (the latter not yet implemented). Also, handlify the type API some more. R=titzer@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=18521

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+633 lines, -549 lines) Patch
M src/ast.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.cc View 2 chunks +10 lines, -11 lines 0 comments Download
M src/code-stubs-hydrogen.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 8 chunks +12 lines, -14 lines 0 comments Download
M src/ic.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ic.cc View 7 chunks +30 lines, -38 lines 2 comments Download
M src/list.h View 1 chunk +3 lines, -1 line 2 comments Download
M src/objects.h View 1 chunk +5 lines, -1 line 2 comments Download
M src/objects.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M src/property-details.h View 1 chunk +3 lines, -1 line 1 comment Download
M src/stub-cache.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/types.h View 5 chunks +173 lines, -105 lines 0 comments Download
M src/types.cc View 16 chunks +216 lines, -183 lines 0 comments Download
M src/typing.cc View 11 chunks +27 lines, -28 lines 0 comments Download
M test/cctest/test-types.cc View 27 chunks +138 lines, -149 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
rossberg
7 years ago (2013-12-10 18:42:12 UTC) #1
titzer
lgtm, Pretty amazing wizardry, thanks C++! https://codereview.chromium.org/107933005/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/107933005/diff/1/src/ic.cc#newcode1012 src/ic.cc:1012: ? Type::Constant(Handle<JSGlobalObject>::cast(object), isolate) ...
7 years ago (2013-12-17 09:13:07 UTC) #2
rossberg
https://codereview.chromium.org/107933005/diff/1/src/ic.cc File src/ic.cc (right): https://codereview.chromium.org/107933005/diff/1/src/ic.cc#newcode1012 src/ic.cc:1012: ? Type::Constant(Handle<JSGlobalObject>::cast(object), isolate) On 2013/12/17 09:13:07, titzer wrote: > ...
7 years ago (2013-12-17 09:33:13 UTC) #3
rossberg
6 years, 11 months ago (2014-01-09 17:13:04 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r18521 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698