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

Issue 11538007: Clean up the timer source in the isolate library to be less VM specific. (Closed)

Created:
8 years ago by ngeoffray
Modified:
8 years ago
Reviewers:
ahe, Anders Johnsen, srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Clean up the timer source in the isolate library to be less VM specific. Committed: https://code.google.com/p/dart/source/detail?r=16024

Patch Set 1 : #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -40 lines) Patch
M runtime/lib/isolate_patch.dart View 1 chunk +34 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart View 1 3 chunks +19 lines, -11 lines 0 comments Download
M sdk/lib/isolate/timer.dart View 1 chunk +3 lines, -29 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
8 years ago (2012-12-11 17:00:05 UTC) #1
ahe
LGTM—unless it turns out to not work, then I told you so ;-)
8 years ago (2012-12-11 17:04:59 UTC) #2
Anders Johnsen
LGTM https://codereview.chromium.org/11538007/diff/2001/runtime/lib/isolate_patch.dart File runtime/lib/isolate_patch.dart (right): https://codereview.chromium.org/11538007/diff/2001/runtime/lib/isolate_patch.dart#newcode161 runtime/lib/isolate_patch.dart:161: void _setTimerFactoryClosure(_TimerFactoryClosure closure) { Maybe check if we ...
8 years ago (2012-12-11 18:59:24 UTC) #3
srdjan
lgtm
8 years ago (2012-12-11 21:39:44 UTC) #4
ngeoffray
8 years ago (2012-12-12 08:31:12 UTC) #5
Thanks all.

https://codereview.chromium.org/11538007/diff/2001/runtime/lib/isolate_patch....
File runtime/lib/isolate_patch.dart (right):

https://codereview.chromium.org/11538007/diff/2001/runtime/lib/isolate_patch....
runtime/lib/isolate_patch.dart:161: void
_setTimerFactoryClosure(_TimerFactoryClosure closure) {
On 2012/12/11 18:59:24, Anders Johnsen wrote:
> Maybe check if we are still using this function.

Yes we do, in runtime/bin/dartutils.cc.

Powered by Google App Engine
This is Rietveld 408576698