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

Issue 533073005: Reduce service isolate startup time from ~80ms to ~30ms (Closed)

Created:
6 years, 3 months ago by Cutch
Modified:
6 years, 3 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, turnidge, vm-dev_dartlang.org
Visibility:
Public.

Description

Reduce service isolate startup time from ~80ms to ~30ms - Get access to dart:io internal signal listening function using API instead of mirrors. - Service isolate can start with service deactivated. - Load Observatory front end resources only when service activated. - Do not execute Dart Service code until service is activated. - Register live isolates when service is activated. - Startup refactored to allow for future use of script snapshots. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=40124

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 15

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+186 lines, -141 lines) Patch
M runtime/bin/main.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -16 lines 0 comments Download
M runtime/bin/process_patch.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/resources.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/vmservice/vmservice_io.dart View 2 chunks +22 lines, -29 lines 0 comments Download
M runtime/bin/vmservice_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/bin/vmservice_impl.cc View 1 2 3 4 5 6 7 5 chunks +58 lines, -11 lines 0 comments Download
M runtime/vm/service.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M runtime/vm/service.cc View 1 2 3 4 5 6 7 5 chunks +85 lines, -82 lines 0 comments Download
M runtime/vm/service/vmservice.dart View 1 4 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Cutch
6 years, 3 months ago (2014-09-08 20:54:07 UTC) #2
siva
https://codereview.chromium.org/533073005/diff/120001/runtime/bin/vmservice_impl.cc File runtime/bin/vmservice_impl.cc (right): https://codereview.chromium.org/533073005/diff/120001/runtime/bin/vmservice_impl.cc#newcode106 runtime/bin/vmservice_impl.cc:106: {"VMServiceIO_TriggerResourceLoad", 0, TriggerResourceLoad}, in resources.dart triggerResourceLoad is not declared ...
6 years, 3 months ago (2014-09-09 00:40:59 UTC) #3
Cutch
https://codereview.chromium.org/533073005/diff/120001/runtime/bin/vmservice_impl.cc File runtime/bin/vmservice_impl.cc (right): https://codereview.chromium.org/533073005/diff/120001/runtime/bin/vmservice_impl.cc#newcode164 runtime/bin/vmservice_impl.cc:164: } On 2014/09/09 00:40:58, siva wrote: > Why is ...
6 years, 3 months ago (2014-09-10 15:11:23 UTC) #4
siva
lgtm
6 years, 3 months ago (2014-09-10 22:20:08 UTC) #5
Cutch
6 years, 3 months ago (2014-09-10 22:38:41 UTC) #6
Message was sent while issue was closed.
Committed patchset #9 (id:160001) manually as 40124 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698