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

Issue 2624903003: [runtime] Use PropertyKind/PropertyLocation instead of PropertyType. (Closed)

Created:
3 years, 11 months ago by Igor Sheludko
Modified:
3 years, 11 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[runtime] Use PropertyKind/PropertyLocation instead of PropertyType. This is a necessary cleanup before introducing PropertyConstness bit. BUG=v8:5495 Review-Url: https://codereview.chromium.org/2624903003 Cr-Commit-Position: refs/heads/master@{#42277} Committed: https://chromium.googlesource.com/v8/v8/+/d3d57ebaf6cd7084892aae37c3e54293c07b65b8

Patch Set 1 #

Total comments: 6

Patch Set 2 : Minor fixes #

Patch Set 3 : Addressing comments #

Patch Set 4 : Crankshaft fix #

Patch Set 5 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -234 lines) Patch
M src/bootstrapper.cc View 3 chunks +12 lines, -10 lines 0 comments Download
M src/compiler/access-info.cc View 4 chunks +17 lines, -14 lines 0 comments Download
M src/compiler/js-create-lowering.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/crankshaft/hydrogen.h View 2 chunks +8 lines, -5 lines 0 comments Download
M src/crankshaft/hydrogen.cc View 1 2 3 3 chunks +7 lines, -5 lines 0 comments Download
M src/elements.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ic/handler-compiler.cc View 2 chunks +8 lines, -4 lines 0 comments Download
M src/ic/ic.cc View 7 chunks +9 lines, -6 lines 0 comments Download
M src/json-stringifier.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/keys.cc View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M src/layout-descriptor-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/lookup.cc View 1 2 3 4 6 chunks +12 lines, -8 lines 0 comments Download
M src/map-updater.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M src/objects.h View 1 chunk +0 lines, -14 lines 0 comments Download
M src/objects.cc View 1 2 28 chunks +131 lines, -105 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 2 4 chunks +6 lines, -11 lines 0 comments Download
M src/objects-printer.cc View 1 3 chunks +22 lines, -17 lines 0 comments Download
M src/property.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/property-descriptor.cc View 1 chunk +14 lines, -7 lines 0 comments Download
M src/property-details.h View 1 chunk +1 line, -3 lines 0 comments Download
M src/runtime/runtime-object.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/string-stream.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M src/transitions.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/value-serializer.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (12 generated)
Igor Sheludko
PTAL
3 years, 11 months ago (2017-01-12 08:59:48 UTC) #6
Benedikt Meurer
LGTM on compiler.
3 years, 11 months ago (2017-01-12 15:08:36 UTC) #10
Jakob Kummerow
LGTM with a question and two suggestions, all of which you can ignore. https://codereview.chromium.org/2624903003/diff/1/src/factory.cc File ...
3 years, 11 months ago (2017-01-12 15:40:31 UTC) #11
Igor Sheludko
Thanks, landing. https://codereview.chromium.org/2624903003/diff/1/src/factory.cc File src/factory.cc (right): https://codereview.chromium.org/2624903003/diff/1/src/factory.cc#newcode1774 src/factory.cc:1774: PropertyDetails d(details.attributes(), ACCESSOR_CONSTANT, i + 1, On ...
3 years, 11 months ago (2017-01-12 15:52:31 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2624903003/100001
3 years, 11 months ago (2017-01-12 15:55:15 UTC) #15
commit-bot: I haz the power
3 years, 11 months ago (2017-01-12 16:37:19 UTC) #18
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/v8/v8/+/d3d57ebaf6cd7084892aae37c3e54293c07...

Powered by Google App Engine
This is Rietveld 408576698