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

Issue 2591233002: [runtime] Add PropertyConstness bit to PropertyDetails. (Closed)

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

Description

[runtime] Add PropertyConstness bit to PropertyDetails. Currently PropertyConstness is still in sync with PropertyLocation. BUG=v8:5495 Review-Url: https://codereview.chromium.org/2591233002 Cr-Commit-Position: refs/heads/master@{#42497} Committed: https://chromium.googlesource.com/v8/v8/+/1dcd8b23820c427903637b040482358640ec33fd

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed comments, used better name: IsGeneralizableTo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -258 lines) Patch
M src/lookup.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/map-updater.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/map-updater.cc View 1 14 chunks +46 lines, -22 lines 0 comments Download
M src/objects.cc View 1 6 chunks +12 lines, -4 lines 0 comments Download
M src/property.h View 2 chunks +11 lines, -12 lines 0 comments Download
M src/property.cc View 2 chunks +15 lines, -2 lines 0 comments Download
M src/property-details.h View 1 5 chunks +42 lines, -12 lines 0 comments Download
M test/cctest/test-field-type-tracking.cc View 78 chunks +256 lines, -206 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 34 (28 generated)
Igor Sheludko
PTAL
3 years, 11 months ago (2017-01-17 13:06:58 UTC) #13
Toon Verwaest
https://codereview.chromium.org/2591233002/diff/180001/src/map-updater.cc File src/map-updater.cc (right): https://codereview.chromium.org/2591233002/diff/180001/src/map-updater.cc#newcode431 src/map-updater.cc:431: if (next_location == kField) next_constness = kMutable; The description ...
3 years, 11 months ago (2017-01-18 12:04:05 UTC) #18
Igor Sheludko
https://codereview.chromium.org/2591233002/diff/180001/src/map-updater.cc File src/map-updater.cc (right): https://codereview.chromium.org/2591233002/diff/180001/src/map-updater.cc#newcode431 src/map-updater.cc:431: if (next_location == kField) next_constness = kMutable; On 2017/01/18 ...
3 years, 11 months ago (2017-01-18 14:06:43 UTC) #21
Toon Verwaest
lgtm
3 years, 11 months ago (2017-01-19 11:33:54 UTC) #29
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/2591233002/210001
3 years, 11 months ago (2017-01-19 11:42:44 UTC) #31
commit-bot: I haz the power
3 years, 11 months ago (2017-01-19 12:02:14 UTC) #34
Message was sent while issue was closed.
Committed patchset #2 (id:210001) as
https://chromium.googlesource.com/v8/v8/+/1dcd8b23820c427903637b040482358640e...

Powered by Google App Engine
This is Rietveld 408576698