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

Unified Diff: dart/site/try/src/compiler_isolate.dart

Issue 344203004: Improve incremental compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address Kasper's comments. Created 6 years, 6 months 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
« no previous file with comments | « dart/site/try/src/compilation.dart ('k') | dart/tests/compiler/dart2js/incremental/compile_all.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/src/compiler_isolate.dart
diff --git a/dart/site/try/src/compiler_isolate.dart b/dart/site/try/src/compiler_isolate.dart
index b356472fe818ae28a92808973b5ebbbac48e876f..6e712179b5f595fd01c8a294432d27a2054e3dce 100644
--- a/dart/site/try/src/compiler_isolate.dart
+++ b/dart/site/try/src/compiler_isolate.dart
@@ -109,7 +109,8 @@ compile(source, SendPort replyTo) {
options: options,
cachedCompiler: cachedCompiler,
libraryRoot: sdkLocation,
- packageRoot: Uri.base.resolve('/packages/'));
+ packageRoot: Uri.base.resolve('/packages/'),
+ packagesAreImmutable: true);
cachedCompiler.run(Uri.parse('$PRIVATE_SCHEME:/main.dart')).then((success) {
compilationTimer.stop();
« no previous file with comments | « dart/site/try/src/compilation.dart ('k') | dart/tests/compiler/dart2js/incremental/compile_all.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698