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

Issue 227473002: Use distinct maps for oddballs with special handling in the type system. (Closed)

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

Description

Use distinct maps for oddballs with special handling in the type system. R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20531

Patch Set 1 #

Total comments: 4

Patch Set 2 : Use distinct maps for all oddballs. #

Patch Set 3 : Get rid of the Oddball type. #

Total comments: 2

Patch Set 4 : Fix test-types #

Patch Set 5 : Put kInternal last. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -66 lines) Patch
M include/v8.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 5 chunks +17 lines, -5 lines 0 comments Download
M src/heap.cc View 1 7 chunks +54 lines, -32 lines 0 comments Download
M src/ic.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-debug.cc View 1 2 chunks +22 lines, -1 line 0 comments Download
M src/types.h View 1 2 3 4 3 chunks +2 lines, -3 lines 0 comments Download
M src/types.cc View 1 2 3 chunks +13 lines, -12 lines 0 comments Download
M test/cctest/test-types.cc View 1 2 3 4 chunks +0 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Benedikt Meurer
As discussed offline last week... PTAL
6 years, 8 months ago (2014-04-07 07:41:42 UTC) #1
rossberg
https://codereview.chromium.org/227473002/diff/1/src/heap.h File src/heap.h (right): https://codereview.chromium.org/227473002/diff/1/src/heap.h#newcode187 src/heap.h:187: V(Map, oddball_map, OddballMap) \ Can't we have distinct maps ...
6 years, 8 months ago (2014-04-07 09:04:03 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/227473002/diff/1/src/heap.h File src/heap.h (right): https://codereview.chromium.org/227473002/diff/1/src/heap.h#newcode187 src/heap.h:187: V(Map, oddball_map, OddballMap) \ On 2014/04/07 09:04:03, rossberg wrote: ...
6 years, 8 months ago (2014-04-07 09:30:19 UTC) #3
rossberg
lgtm https://codereview.chromium.org/227473002/diff/20008/src/types.h File src/types.h (right): https://codereview.chromium.org/227473002/diff/20008/src/types.h#newcode155 src/types.h:155: V(NonNumber, kBoolean | kInternal | kName | kNull ...
6 years, 8 months ago (2014-04-07 09:32:15 UTC) #4
Benedikt Meurer
https://codereview.chromium.org/227473002/diff/20008/src/types.h File src/types.h (right): https://codereview.chromium.org/227473002/diff/20008/src/types.h#newcode155 src/types.h:155: V(NonNumber, kBoolean | kInternal | kName | kNull | ...
6 years, 8 months ago (2014-04-07 09:33:52 UTC) #5
Benedikt Meurer
6 years, 8 months ago (2014-04-07 09:41:24 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 manually as r20531 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698