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

Issue 2601643002: [runtime] Add MapUpdater class that manages all kinds of map updates. (Closed)

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

Description

[runtime] Add MapUpdater class that manages all kinds of map updates. ... including property reconfiguring, elements kind change and migration of a map to an up-to-date non-deprecated version. BUG=v8:5495 Review-Url: https://codereview.chromium.org/2601643002 Cr-Commit-Position: refs/heads/master@{#42177} Committed: https://chromium.googlesource.com/v8/v8/+/0f159f59736f20cb9fca128fed0ac1b29f6312e5

Patch Set 1 #

Total comments: 14

Patch Set 2 : Addressing comments #

Patch Set 3 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+859 lines, -671 lines) Patch
M BUILD.gn View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/json-parser.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
A src/map-updater.h View 1 2 1 chunk +173 lines, -0 lines 0 comments Download
A src/map-updater.cc View 1 2 1 chunk +615 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 6 chunks +18 lines, -20 lines 0 comments Download
M src/objects.cc View 1 2 10 chunks +43 lines, -626 lines 0 comments Download
M src/objects-inl.h View 1 chunk +0 lines, -20 lines 0 comments Download
M src/property.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/property-details.h View 1 chunk +1 line, -1 line 0 comments Download
M src/v8.gyp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/value-serializer.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 34 (27 generated)
Igor Sheludko
PTAL
3 years, 11 months ago (2017-01-09 08:58:59 UTC) #9
Toon Verwaest
I didn't read all the code in detail since it's mostly the same afaict. Overall ...
3 years, 11 months ago (2017-01-09 13:01:19 UTC) #14
Igor Sheludko
https://codereview.chromium.org/2601643002/diff/140001/src/map-reconfigurer.cc File src/map-reconfigurer.cc (right): https://codereview.chromium.org/2601643002/diff/140001/src/map-reconfigurer.cc#newcode123 src/map-reconfigurer.cc:123: if (FindRootMap()) return Result(); On 2017/01/09 13:01:19, Toon Verwaest ...
3 years, 11 months ago (2017-01-09 14:54:26 UTC) #21
Igor Sheludko
PTAL again. https://codereview.chromium.org/2601643002/diff/140001/src/map-reconfigurer.cc File src/map-reconfigurer.cc (right): https://codereview.chromium.org/2601643002/diff/140001/src/map-reconfigurer.cc#newcode123 src/map-reconfigurer.cc:123: if (FindRootMap()) return Result(); On 2017/01/09 14:54:25, ...
3 years, 11 months ago (2017-01-10 10:28:08 UTC) #24
Toon Verwaest
lgtm
3 years, 11 months ago (2017-01-10 12:22:21 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/2601643002/200001
3 years, 11 months ago (2017-01-10 12:41:20 UTC) #31
commit-bot: I haz the power
3 years, 11 months ago (2017-01-10 12:43:01 UTC) #34
Message was sent while issue was closed.
Committed patchset #3 (id:200001) as
https://chromium.googlesource.com/v8/v8/+/0f159f59736f20cb9fca128fed0ac1b29f6...

Powered by Google App Engine
This is Rietveld 408576698