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

Issue 11866003: Support Timer with 0 millisecond delay in dart2js running in the command line. (Closed)

Created:
7 years, 11 months ago by ngeoffray
Modified:
7 years, 11 months ago
Reviewers:
ahe, floitsch, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Support Timer with 0 millisecond delay in dart2js running in the command line. Committed: https://code.google.com/p/dart/source/detail?r=16968

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -100 lines) Patch
M pkg/pkg.status View 1 chunk +0 lines, -17 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 1 chunk +13 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/async_patch.dart View 2 chunks +0 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/isolate_helper.dart View 1 chunk +30 lines, -11 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 chunk +1 line, -17 lines 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M tests/isolate/isolate.status View 1 chunk +0 lines, -16 lines 0 comments Download
M tests/isolate/timer_not_available_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/language_dart2js.status View 1 chunk +0 lines, -5 lines 0 comments Download
M tests/lib/async/future_test.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M tests/lib/lib.status View 1 2 chunks +12 lines, -19 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
7 years, 11 months ago (2013-01-11 11:52:10 UTC) #1
kasperl
LGTM as a starting point. Great to see all these tests that now pass again. ...
7 years, 11 months ago (2013-01-11 11:58:08 UTC) #2
ngeoffray
Just compiling the event queue would require quite some refactoring on our isolate implementation. Since ...
7 years, 11 months ago (2013-01-11 12:20:18 UTC) #3
floitsch
LGTM.
7 years, 11 months ago (2013-01-11 12:35:52 UTC) #4
ahe
7 years, 11 months ago (2013-01-11 18:44:06 UTC) #5
Message was sent while issue was closed.
AWESOME! THANK YOU.

This means that tests/compiler/dart2js_extra/mirror_test.dart is passing on V8,
and it also greatly simplifies my work on lazy loading.

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698