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

Unified Diff: frog/lib/corelib_impl.dart

Issue 8467034: Isolates in frog - tweaks in existing js code to make things run (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: frog/lib/corelib_impl.dart
diff --git a/frog/lib/corelib_impl.dart b/frog/lib/corelib_impl.dart
index 11e591d9718f7411aaf520e769c51e1fb6f9480e..031eb9a262781c3f3157a6007acdb7693ec9322a 100644
--- a/frog/lib/corelib_impl.dart
+++ b/frog/lib/corelib_impl.dart
@@ -27,6 +27,7 @@
// TODO(jmesserly): we need the native JS side of these. Right now I'm just
// trying to get things compiling again.
Jennifer Messerly 2011/11/08 05:04:35 This TODO can go :) ... I'll remove it in my upcom
Siggi Cherem (dart-lang) 2011/11/08 17:56:42 :)
+#native("isolate.js");
Jennifer Messerly 2011/11/08 05:04:35 I noticed this causes pretty bad code bloat. Somet
jimhug 2011/11/08 15:39:01 I agree that the code bloat is annoying - but I ta
#source("isolate.dart");
#source("isolate_serialization.dart");

Powered by Google App Engine
This is Rietveld 408576698