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

Issue 79243002: Implement scheduleImmediate for the VM. (Closed)

Created:
7 years, 1 month ago by floitsch
Modified:
7 years ago
Reviewers:
ngeoffray, siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 5

Patch Set 2 : Adapt dart2js. #

Patch Set 3 : Add comments and types. #

Total comments: 1

Patch Set 4 : Fix dartium binding. #

Patch Set 5 : Fix comment. #

Patch Set 6 : Add work-around for MakeHttpRequest and update status file. #

Total comments: 12

Patch Set 7 : Rebase. #

Patch Set 8 : Simplify since the embedder sets the closure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -14 lines) Patch
M runtime/bin/builtin.dart View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 2 3 4 5 6 7 3 chunks +23 lines, -6 lines 0 comments Download
M runtime/lib/isolate_patch.dart View 1 2 4 5 6 7 2 chunks +26 lines, -0 lines 0 comments Download
M runtime/lib/schedule_microtask_patch.dart View 1 2 3 4 5 6 7 1 chunk +1 line, -4 lines 0 comments Download
M tests/co19/co19-dartium.status View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M tests/lib/lib.status View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
floitsch
Minor things are still missing (added comments for the things that I still want to ...
7 years, 1 month ago (2013-11-20 19:37:13 UTC) #1
floitsch
https://codereview.chromium.org/79243002/diff/1/runtime/lib/isolate_patch.dart File runtime/lib/isolate_patch.dart (right): https://codereview.chromium.org/79243002/diff/1/runtime/lib/isolate_patch.dart#newcode60 runtime/lib/isolate_patch.dart:60: var _pendingImmediateCallback; On 2013/11/20 19:37:13, floitsch wrote: > Not ...
7 years, 1 month ago (2013-11-21 17:39:47 UTC) #2
floitsch
ping. I updated the (deprecated) schedule_microtask_patch.dart file so that it continues working with the current ...
7 years ago (2013-11-25 16:03:37 UTC) #3
floitsch
More than 6 days now... Ping.
7 years ago (2013-11-27 13:58:54 UTC) #4
Ivan Posva
LGTM with comments addressed. -Ivan https://codereview.chromium.org/79243002/diff/160001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/79243002/diff/160001/runtime/bin/dartutils.cc#newcode31 runtime/bin/dartutils.cc:31: const char* DartUtils::kInternalLibURL = ...
7 years ago (2013-11-27 22:08:32 UTC) #5
floitsch
Thanks Ivan. Your comments made me realize that I don't need to move the scheduleImmediate ...
7 years ago (2013-11-28 19:05:54 UTC) #6
Ivan Posva
Still LGTM. -Ivan
7 years ago (2013-11-30 10:37:40 UTC) #7
floitsch
7 years ago (2013-12-02 16:27:32 UTC) #8
Message was sent while issue was closed.
Committed patchset #8 manually as r30797 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698