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

Issue 1309603003: Fix reuse of free blocks and delete global cache on VM shutdown. (Closed)

Created:
5 years, 4 months ago by koda
Modified:
5 years, 4 months ago
Reviewers:
zra, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix reuse of free store buffer blocks from the global cache of free blocks. Add StoreBuffer::ShutDown to delete global cache of free blocks on VM shutdown. BUG=https://github.com/dart-lang/sdk/issues/24129 R=iposva@google.com Committed: https://github.com/dart-lang/sdk/commit/74e02785b0e534e469668ce2cabced7d26ec55b1

Patch Set 1 #

Patch Set 2 : Fix empty block reuse (unbounded leak). #

Patch Set 3 : Commit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -1 line) Patch
M runtime/vm/dart.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/store_buffer.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/store_buffer.cc View 1 2 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
koda
Note that we are already limiting the max size of this list, so it cannot ...
5 years, 4 months ago (2015-08-21 03:21:33 UTC) #2
Ivan Posva
LGTM -ip
5 years, 4 months ago (2015-08-21 03:27:12 UTC) #3
koda
Found a more serious issue: the empty blocks were not actually being reused due to ...
5 years, 4 months ago (2015-08-21 13:29:08 UTC) #5
Cutch
On 2015/08/21 13:29:08, koda wrote: > Found a more serious issue: the empty blocks were ...
5 years, 4 months ago (2015-08-21 13:36:36 UTC) #6
koda
On 2015/08/21 13:36:36, Cutch wrote: > On 2015/08/21 13:29:08, koda wrote: > > Found a ...
5 years, 4 months ago (2015-08-21 14:20:27 UTC) #7
koda
5 years, 4 months ago (2015-08-21 15:37:14 UTC) #8
Message was sent while issue was closed.
Committed patchset #3 (id:60001) manually as
74e02785b0e534e469668ce2cabced7d26ec55b1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698