Files
sdk/runtime/bin
hausner@google.com c6101ca4b5 First step towards asynchronous loading of sources. With this change, sources are read asynchronously in dart code (builtin.dart) and when the i/o future completes, a callback in the VM loads and compiles the script or library code.
In a next step, the i/o will be moved to the service isolate so that not all isolates have to import dart:io.

Fallout from this change:
1) Loading has become a tad slower. Will have to investigate why.

2) Errors that happen during loading (file not found, compilation error in an imported library)  are no longer reported at the offending import clause. This can be fixed later if necessary by passing the import clause source location to the library tag handler.

Review URL: https://codereview.chromium.org//290713004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36575 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-23 17:43:14 +00:00
..
2014-05-23 07:22:00 +00:00
2014-04-29 11:49:20 +00:00
2014-03-20 15:34:03 +00:00
2014-04-10 20:26:45 +00:00
2013-12-13 12:04:24 +00:00
2013-12-12 15:45:25 +00:00
2014-04-29 19:40:49 +00:00
2012-04-10 23:29:02 +00:00
2012-04-10 23:29:02 +00:00
2013-06-21 07:58:48 +00:00
2013-09-19 06:33:28 +00:00
2013-09-19 06:33:28 +00:00
2014-05-14 18:32:11 +00:00
2013-07-16 22:17:52 +00:00