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

Issue 1154173006: - Avoid using a streamed receive port for single messages. (Closed)

Created:
5 years, 7 months ago by Ivan Posva
Modified:
5 years, 7 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

- Avoid using a streamed receive port for single messages. - Only open a single receive port for a set of load requests. - Store information about load requests in a map, which will be able to hold other relevant information about the request. BUG= R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/2abc21a1bf6837ffcceef1794053b92edccd8826

Patch Set 1 #

Patch Set 2 : Removed unused methods. #

Total comments: 6

Patch Set 3 : Address review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -69 lines) Patch
M runtime/bin/builtin.dart View 1 2 5 chunks +103 lines, -51 lines 0 comments Download
M runtime/bin/vmservice/loader.dart View 3 chunks +31 lines, -18 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Ivan Posva
Removed unused methods.
5 years, 7 months ago (2015-05-27 21:58:33 UTC) #1
Ivan Posva
5 years, 7 months ago (2015-05-27 21:59:00 UTC) #3
siva
lgtm https://codereview.chromium.org/1154173006/diff/20001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/1154173006/diff/20001/runtime/bin/builtin.dart#newcode72 runtime/bin/builtin.dart:72: // Once there are not outstanding load requests ...
5 years, 7 months ago (2015-05-27 23:08:28 UTC) #4
Ivan Posva
Thanks! -Ivan https://codereview.chromium.org/1154173006/diff/20001/runtime/bin/builtin.dart File runtime/bin/builtin.dart (right): https://codereview.chromium.org/1154173006/diff/20001/runtime/bin/builtin.dart#newcode72 runtime/bin/builtin.dart:72: // Once there are not outstanding load ...
5 years, 7 months ago (2015-05-27 23:41:32 UTC) #5
Ivan Posva
5 years, 7 months ago (2015-05-27 23:59:48 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
2abc21a1bf6837ffcceef1794053b92edccd8826 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698