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

Issue 1410053002: Dart: Uses a pre-allocated buffer for message pipe query and read. (Closed)

Created:
5 years, 2 months ago by zra
Modified:
5 years, 2 months ago
Reviewers:
jamesr, Cutch
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, darin (slow to review), gregsimon, mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
git@github.com:domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Dart: Uses a pre-allocated buffer for message pipe query and read. BUG= R=johnmccutchan@google.com Committed: https://chromium.googlesource.com/external/mojo/+/1e3d7866619c1f9df6a077d6748e580f6b93ff1b

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -94 lines) Patch
M mojo/dart/embedder/mojo_dart_state.h View 3 chunks +8 lines, -3 lines 0 comments Download
M mojo/dart/embedder/mojo_natives.cc View 3 chunks +42 lines, -41 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/codec.dart View 3 chunks +10 lines, -8 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/message.dart View 3 chunks +8 lines, -5 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/message_pipe.dart View 1 2 3 chunks +48 lines, -28 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/proxy.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M mojo/public/dart/mojo/lib/src/stub.dart View 2 chunks +5 lines, -5 lines 0 comments Download
M mojo/public/dart/mojo/sdk_ext/src/natives.dart View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 11 (2 generated)
zra
5 years, 2 months ago (2015-10-16 20:24:06 UTC) #2
Cutch
LGTM with one comment https://codereview.chromium.org/1410053002/diff/20001/mojo/public/dart/mojo/lib/src/message_pipe.dart File mojo/public/dart/mojo/lib/src/message_pipe.dart (right): https://codereview.chromium.org/1410053002/diff/20001/mojo/public/dart/mojo/lib/src/message_pipe.dart#newcode31 mojo/public/dart/mojo/lib/src/message_pipe.dart:31: List _result; This could be ...
5 years, 2 months ago (2015-10-16 20:50:56 UTC) #3
zra
https://codereview.chromium.org/1410053002/diff/20001/mojo/public/dart/mojo/lib/src/message_pipe.dart File mojo/public/dart/mojo/lib/src/message_pipe.dart (right): https://codereview.chromium.org/1410053002/diff/20001/mojo/public/dart/mojo/lib/src/message_pipe.dart#newcode31 mojo/public/dart/mojo/lib/src/message_pipe.dart:31: List _result; On 2015/10/16 20:50:55, Cutch wrote: > This ...
5 years, 2 months ago (2015-10-16 21:07:11 UTC) #4
zra
Committed patchset #3 (id:40001) manually as 1e3d7866619c1f9df6a077d6748e580f6b93ff1b (presubmit successful).
5 years, 2 months ago (2015-10-16 21:18:03 UTC) #5
jamesr
Does this mean that we keep a buffer around the size of the largest mojo ...
5 years, 2 months ago (2015-10-19 21:43:15 UTC) #7
zra
On 2015/10/19 21:43:15, jamesr wrote: > Does this mean that we keep a buffer around ...
5 years, 2 months ago (2015-10-19 22:00:00 UTC) #8
jamesr
Is there a plan to improve that or some sort of discussion somewhere I can ...
5 years, 2 months ago (2015-10-19 22:11:20 UTC) #9
zra
On 2015/10/19 22:11:20, jamesr wrote: > Is there a plan to improve that or some ...
5 years, 2 months ago (2015-10-19 22:53:53 UTC) #10
jamesr
5 years, 2 months ago (2015-10-20 21:40:01 UTC) #11
Message was sent while issue was closed.
It would be really useful to capture data like this in a bug and reference that
from the patch.  I can file one for this for tracking

Powered by Google App Engine
This is Rietveld 408576698