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

Issue 1294883004: Do not compact weak fixed array when re-allocating new backing store. (Closed)

Created:
5 years, 4 months ago by Yang
Modified:
5 years, 4 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

Do not compact weak fixed array when re-allocating new backing store. JSObject::UnregisterPrototypeUser relies on the index of the weak fixed array entry not to change. See commit 1e65e2018. There is no bug currently, because we would only re-allocate if there is no empty slot left. In which case there is no actual compaction going on during re-allocation. R=jkummerow@chromium.org, mvstanton@chromium.org Committed: https://crrev.com/147299b9fdda49eaf29998bb0157bc01337425c3 Cr-Commit-Position: refs/heads/master@{#30251}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -18 lines) Patch
M src/objects.cc View 1 chunk +12 lines, -18 lines 1 comment Download

Depends on Patchset:

Messages

Total messages: 7 (1 generated)
Yang
5 years, 4 months ago (2015-08-19 13:47:00 UTC) #1
mvstanton
LGTM with the one nit. https://codereview.chromium.org/1294883004/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1294883004/diff/1/src/objects.cc#newcode7868 src/objects.cc:7868: } How about calling ...
5 years, 4 months ago (2015-08-19 13:52:12 UTC) #2
Yang
On 2015/08/19 13:52:12, mvstanton wrote: > LGTM with the one nit. > > https://codereview.chromium.org/1294883004/diff/1/src/objects.cc > ...
5 years, 4 months ago (2015-08-19 13:57:16 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1294883004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1294883004/1
5 years, 4 months ago (2015-08-19 13:58:16 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 4 months ago (2015-08-19 14:29:38 UTC) #6
commit-bot: I haz the power
5 years, 4 months ago (2015-08-19 14:29:58 UTC) #7
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/147299b9fdda49eaf29998bb0157bc01337425c3
Cr-Commit-Position: refs/heads/master@{#30251}

Powered by Google App Engine
This is Rietveld 408576698