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

Issue 148343002: Speed up web-socket impl by ensuring the optimized compiler is triggered. (Closed)

Created:
6 years, 11 months ago by Anders Johnsen
Modified:
6 years, 10 months ago
Reviewers:
Søren Gjesse, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Speed up web-socket impl by ensuring the optimized compiler is triggered. Also cleaned up some fields and made the mask-code slightly better. BUG= R=sgjesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=32055

Patch Set 1 #

Total comments: 8

Patch Set 2 : & 4 -> % 3. #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+126 lines, -191 lines) Patch
M sdk/lib/io/websocket_impl.dart View 1 2 12 chunks +126 lines, -191 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Anders Johnsen
6 years, 11 months ago (2014-01-27 14:32:29 UTC) #1
kasperl
https://codereview.chromium.org/148343002/diff/1/sdk/lib/io/websocket_impl.dart File sdk/lib/io/websocket_impl.dart (right): https://codereview.chromium.org/148343002/diff/1/sdk/lib/io/websocket_impl.dart#newcode107 sdk/lib/io/websocket_impl.dart:107: switch (_state) { Is there one of the cases ...
6 years, 11 months ago (2014-01-27 14:40:07 UTC) #2
Søren Gjesse
lgtm https://codereview.chromium.org/148343002/diff/60001/sdk/lib/io/websocket_impl.dart File sdk/lib/io/websocket_impl.dart (left): https://codereview.chromium.org/148343002/diff/60001/sdk/lib/io/websocket_impl.dart#oldcode258 sdk/lib/io/websocket_impl.dart:258: } catch (e, stackTrace) { Do we have ...
6 years, 11 months ago (2014-01-28 00:41:26 UTC) #3
Anders Johnsen
https://codereview.chromium.org/148343002/diff/1/sdk/lib/io/websocket_impl.dart File sdk/lib/io/websocket_impl.dart (right): https://codereview.chromium.org/148343002/diff/1/sdk/lib/io/websocket_impl.dart#newcode107 sdk/lib/io/websocket_impl.dart:107: switch (_state) { On 2014/01/27 14:40:07, kasperl wrote: > ...
6 years, 10 months ago (2014-01-28 08:56:09 UTC) #4
Anders Johnsen
6 years, 10 months ago (2014-01-28 08:59:01 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r32055 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698