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

Issue 1163673003: Introducing GlobalDictionary, a backing store for global objects. (Closed)

Created:
5 years, 6 months ago by Igor Sheludko
Modified:
5 years, 6 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Introducing GlobalDictionary, a backing store for global objects. This updates Dictionary classes hierarchy and introduces GlobalDictionary class but it is not used yet. Committed: https://crrev.com/6c6b425dea21775c7813ccda3b00246aa018e7fa Cr-Commit-Position: refs/heads/master@{#28732}

Patch Set 1 #

Patch Set 2 : Fix #

Patch Set 3 : More fixes #

Patch Set 4 : Cleanup #

Total comments: 6

Patch Set 5 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -73 lines) Patch
M src/globals.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 6 chunks +47 lines, -25 lines 0 comments Download
M src/objects.cc View 1 2 3 15 chunks +54 lines, -48 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 3 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
Igor Sheludko
PTAL
5 years, 6 months ago (2015-05-29 16:34:55 UTC) #2
Igor Sheludko
5 years, 6 months ago (2015-06-01 13:58:53 UTC) #6
Jakob Kummerow
LGTM with nits. https://codereview.chromium.org/1163673003/diff/100001/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/1163673003/diff/100001/src/objects-inl.h#newcode3389 src/objects-inl.h:3389: CAST_ACCESSOR(GlobalDictionary) nit: move before GlobalObject to ...
5 years, 6 months ago (2015-06-01 14:33:30 UTC) #7
Igor Sheludko
https://codereview.chromium.org/1163673003/diff/100001/src/objects-inl.h File src/objects-inl.h (right): https://codereview.chromium.org/1163673003/diff/100001/src/objects-inl.h#newcode3389 src/objects-inl.h:3389: CAST_ACCESSOR(GlobalDictionary) On 2015/06/01 14:33:29, Jakob wrote: > nit: move ...
5 years, 6 months ago (2015-06-01 14:59:36 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1163673003/120001
5 years, 6 months ago (2015-06-01 14:59:57 UTC) #11
commit-bot: I haz the power
Committed patchset #5 (id:120001)
5 years, 6 months ago (2015-06-01 15:43:33 UTC) #12
commit-bot: I haz the power
5 years, 6 months ago (2015-06-01 15:43:51 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6c6b425dea21775c7813ccda3b00246aa018e7fa
Cr-Commit-Position: refs/heads/master@{#28732}

Powered by Google App Engine
This is Rietveld 408576698