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

Issue 2012973002: Background finalization. (Closed)

Created:
4 years, 7 months ago by rmacnak
Modified:
4 years, 6 months ago
Reviewers:
siva
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

Background finalization. Flutter gallery app on Nexus 4: max weak handle processing (main thread): 17.7ms -> 1.1ms max scavenge (main thread): 21.0ms -> 17.1ms BUG=flutter/flutter#3804 R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/082829a00b012379dd86ebc77cd67dc1ef762532

Patch Set 1 #

Patch Set 2 : #

Total comments: 21

Patch Set 3 : #

Patch Set 4 : #

Total comments: 4

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -44 lines) Patch
M runtime/vm/dart_api_impl_test.cc View 1 2 12 chunks +34 lines, -13 lines 0 comments Download
M runtime/vm/dart_api_state.h View 1 2 3 4 8 chunks +54 lines, -12 lines 0 comments Download
A runtime/vm/dart_api_state.cc View 1 2 3 1 chunk +56 lines, -0 lines 0 comments Download
M runtime/vm/gc_marker.cc View 1 2 3 chunks +19 lines, -5 lines 0 comments Download
M runtime/vm/heap.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M runtime/vm/heap.cc View 1 2 3 4 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/isolate.cc View 1 2 2 chunks +16 lines, -5 lines 0 comments Download
M runtime/vm/profiler.h View 2 chunks +3 lines, -3 lines 0 comments Download
M runtime/vm/scavenger.cc View 1 2 4 chunks +16 lines, -6 lines 0 comments Download
M runtime/vm/thread.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
rmacnak
Trying to open a many subview in the Flutter gallery app, longest time in weak ...
4 years, 6 months ago (2016-06-02 19:22:41 UTC) #2
siva
Could you also add in the CL description what your max scavenge times are without ...
4 years, 6 months ago (2016-06-02 20:18:05 UTC) #3
rmacnak
https://codereview.chromium.org/2012973002/diff/20001/runtime/vm/dart_api_impl_test.cc File runtime/vm/dart_api_impl_test.cc (right): https://codereview.chromium.org/2012973002/diff/20001/runtime/vm/dart_api_impl_test.cc#newcode1224 runtime/vm/dart_api_impl_test.cc:1224: ml.Wait(); On 2016/06/02 20:18:05, siva wrote: > Should this ...
4 years, 6 months ago (2016-06-03 01:08:31 UTC) #6
siva
LGTM with 2 comments. https://chromiumcodereview.appspot.com/2012973002/diff/60001/runtime/vm/dart_api_state.h File runtime/vm/dart_api_state.h (right): https://chromiumcodereview.appspot.com/2012973002/diff/60001/runtime/vm/dart_api_state.h#newcode578 runtime/vm/dart_api_state.h:578: return handle; I am wondering ...
4 years, 6 months ago (2016-06-06 21:25:31 UTC) #7
rmacnak
https://chromiumcodereview.appspot.com/2012973002/diff/60001/runtime/vm/dart_api_state.h File runtime/vm/dart_api_state.h (right): https://chromiumcodereview.appspot.com/2012973002/diff/60001/runtime/vm/dart_api_state.h#newcode578 runtime/vm/dart_api_state.h:578: return handle; On 2016/06/06 21:25:31, siva wrote: > I ...
4 years, 6 months ago (2016-06-07 21:36:48 UTC) #8
rmacnak
4 years, 6 months ago (2016-06-07 21:38:42 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
082829a00b012379dd86ebc77cd67dc1ef762532 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698