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

Issue 2254543006: Reduce copying in sending service responses. (Closed)

Created:
4 years, 4 months ago by rmacnak
Modified:
4 years, 4 months ago
Reviewers:
Cutch, siva
CC:
reviews_dartlang.org, turnidge, Cutch, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Reduce copying in sending service responses. Add missing safepoint transitions. Issue #27092 Likely contributes to Issue #27010 dart2js hello Peak RSS at first Observatory visit -> Peak RSS after visiting timeline (with endless recorder) Before 215M -> 321M After 182M -> 233M R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/d418dde65bc6c25840d2d6b0890d4ce4ae3ec0ef

Patch Set 1 #

Patch Set 2 : . #

Total comments: 4

Patch Set 3 : dbc, sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -55 lines) Patch
M runtime/bin/vmservice/server.dart View 1 2 2 chunks +22 lines, -5 lines 0 comments Download
M runtime/bin/vmservice/vmservice_io.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/platform/text_buffer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/platform/text_buffer.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/json_stream.h View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/json_stream.cc View 1 4 chunks +36 lines, -15 lines 0 comments Download
M runtime/vm/service.cc View 1 3 chunks +8 lines, -2 lines 0 comments Download
M runtime/vm/service_test.cc View 1 20 chunks +47 lines, -23 lines 0 comments Download
M runtime/vm/timeline.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/vmservice/vmservice.dart View 1 3 chunks +13 lines, -4 lines 0 comments Download

Messages

Total messages: 12 (7 generated)
rmacnak
4 years, 4 months ago (2016-08-18 01:11:21 UTC) #5
Cutch
LGTM +asiva for the wine bottle accounting.
4 years, 4 months ago (2016-08-18 14:23:31 UTC) #7
siva
Very cool. Some DBC https://codereview.chromium.org/2254543006/diff/20001/runtime/bin/vmservice/server.dart File runtime/bin/vmservice/server.dart (right): https://codereview.chromium.org/2254543006/diff/20001/runtime/bin/vmservice/server.dart#newcode57 runtime/bin/vmservice/server.dart:57: socket.add(result); // Binary message. why ...
4 years, 4 months ago (2016-08-18 16:33:17 UTC) #8
rmacnak
https://codereview.chromium.org/2254543006/diff/20001/runtime/bin/vmservice/server.dart File runtime/bin/vmservice/server.dart (right): https://codereview.chromium.org/2254543006/diff/20001/runtime/bin/vmservice/server.dart#newcode57 runtime/bin/vmservice/server.dart:57: socket.add(result); // Binary message. On 2016/08/18 16:33:17, siva wrote: ...
4 years, 4 months ago (2016-08-18 17:30:59 UTC) #10
rmacnak
4 years, 4 months ago (2016-08-18 17:34:56 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
d418dde65bc6c25840d2d6b0890d4ce4ae3ec0ef (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698