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

Issue 3000623002: [kernel] Free memory for kernel data. (Closed)

Created:
3 years, 4 months ago by jensj
Modified:
3 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[kernel] Free memory for kernel data. This should cleanup user script kernel data and service isolate kernel data, but leave the platform kernel data alone as it is used several times, and it is unclear to me when it is safe to free it. BUG= R=kmillikin@google.com Committed: https://github.com/dart-lang/sdk/commit/c7faf2dc6b64b65e04d677fa3ad68c1e90e19bff

Patch Set 1 #

Patch Set 2 : Remove commented out code #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -9 lines) Patch
M runtime/bin/dfe.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/dfe.cc View 1 chunk +4 lines, -0 lines 2 comments Download
M runtime/bin/main.cc View 1 3 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 2 chunks +16 lines, -9 lines 4 comments Download
M runtime/vm/kernel.h View 1 1 chunk +7 lines, -0 lines 2 comments Download

Depends on Patchset:

Messages

Total messages: 7 (2 generated)
jensj
3 years, 4 months ago (2017-08-09 13:08:23 UTC) #2
Kevin Millikin (Google)
LGTM with comments addressed. https://codereview.chromium.org/3000623002/diff/20001/runtime/bin/dfe.cc File runtime/bin/dfe.cc (right): https://codereview.chromium.org/3000623002/diff/20001/runtime/bin/dfe.cc#newcode45 runtime/bin/dfe.cc:45: void DFE::unset_kernel_vmservice_io() { "unset" isn't ...
3 years, 4 months ago (2017-08-14 06:20:50 UTC) #3
Kevin Millikin (Google)
LGTM with comments addressed.
3 years, 4 months ago (2017-08-14 06:20:52 UTC) #4
jensj
https://codereview.chromium.org/3000623002/diff/20001/runtime/bin/dfe.cc File runtime/bin/dfe.cc (right): https://codereview.chromium.org/3000623002/diff/20001/runtime/bin/dfe.cc#newcode45 runtime/bin/dfe.cc:45: void DFE::unset_kernel_vmservice_io() { On 2017/08/14 06:20:50, Kevin Millikin (Google) ...
3 years, 4 months ago (2017-08-14 08:38:12 UTC) #5
jensj
3 years, 4 months ago (2017-08-14 08:38:23 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
c7faf2dc6b64b65e04d677fa3ad68c1e90e19bff (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698