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

Issue 1071773002: metalet with postfix improvement (Closed)

Created:
5 years, 8 months ago by Jennifer Messerly
Modified:
5 years, 8 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

metalet with postfix improvement

Patch Set 1 #

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -25 lines) Patch
M lib/runtime/dart/_isolate_helper.js View 1 3 chunks +4 lines, -12 lines 4 comments Download
M lib/runtime/dart/collection.js View 1 2 chunks +3 lines, -12 lines 0 comments Download
M lib/runtime/dart_runtime.js View 1 chunk +27 lines, -0 lines 0 comments Download
M lib/src/codegen/js_codegen.dart View 1 2 chunks +29 lines, -1 line 0 comments Download

Messages

Total messages: 6 (1 generated)
vsm
https://codereview.chromium.org/1071773002/diff/20001/lib/runtime/dart/_isolate_helper.js File lib/runtime/dart/_isolate_helper.js (right): https://codereview.chromium.org/1071773002/diff/20001/lib/runtime/dart/_isolate_helper.js#newcode361 lib/runtime/dart/_isolate_helper.js:361: dart.prop(exports._globalState.topEventLoop, _activeJsAsyncCount).notNull++; How about just specializing the increment case? ...
5 years, 8 months ago (2015-04-09 16:58:28 UTC) #2
Jennifer Messerly
https://codereview.chromium.org/1071773002/diff/20001/lib/runtime/dart/_isolate_helper.js File lib/runtime/dart/_isolate_helper.js (right): https://codereview.chromium.org/1071773002/diff/20001/lib/runtime/dart/_isolate_helper.js#newcode361 lib/runtime/dart/_isolate_helper.js:361: dart.prop(exports._globalState.topEventLoop, _activeJsAsyncCount).notNull++; On 2015/04/09 16:58:28, vsm wrote: > How ...
5 years, 8 months ago (2015-04-09 17:47:40 UTC) #3
vsm
https://codereview.chromium.org/1071773002/diff/20001/lib/runtime/dart/_isolate_helper.js File lib/runtime/dart/_isolate_helper.js (right): https://codereview.chromium.org/1071773002/diff/20001/lib/runtime/dart/_isolate_helper.js#newcode361 lib/runtime/dart/_isolate_helper.js:361: dart.prop(exports._globalState.topEventLoop, _activeJsAsyncCount).notNull++; On 2015/04/09 17:47:40, John Messerly wrote: > ...
5 years, 8 months ago (2015-04-10 00:14:11 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/1071773002/diff/20001/lib/runtime/dart/_isolate_helper.js File lib/runtime/dart/_isolate_helper.js (right): https://codereview.chromium.org/1071773002/diff/20001/lib/runtime/dart/_isolate_helper.js#newcode361 lib/runtime/dart/_isolate_helper.js:361: dart.prop(exports._globalState.topEventLoop, _activeJsAsyncCount).notNull++; On 2015/04/10 00:14:10, vsm wrote: > On ...
5 years, 8 months ago (2015-04-10 01:00:24 UTC) #5
Jennifer Messerly
5 years, 8 months ago (2015-04-10 16:56:47 UTC) #6
let's close this one for now, and revisit once we have a better idea if the
notNull calls will be a problem :)

Powered by Google App Engine
This is Rietveld 408576698