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

Unified Diff: lib/compiler/implementation/runtime_types.dart

Issue 11088022: Move RuntimeTypeInformation to its own library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | « no previous file | lib/compiler/implementation/ssa/ssa.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/runtime_types.dart
diff --git a/lib/compiler/implementation/ssa/ssa.dart b/lib/compiler/implementation/runtime_types.dart
similarity index 77%
copy from lib/compiler/implementation/ssa/ssa.dart
copy to lib/compiler/implementation/runtime_types.dart
index 87cb6a6091cb8173980fa932085fcbf89388449e..cd7f49ae66a5a7f62f6783d2b074de79ccb7f1a7 100644
--- a/lib/compiler/implementation/ssa/ssa.dart
+++ b/lib/compiler/implementation/runtime_types.dart
@@ -2,35 +2,13 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#library('ssa');
+#library('runtime_types');
-#import('../closure.dart');
-#import('../js/js.dart', prefix: 'js');
-#import('../leg.dart');
-#import('../source_file.dart');
-#import('../source_map_builder.dart');
-#import('../elements/elements.dart');
-#import('../js_backend/js_backend.dart');
-#import('../native_handler.dart', prefix: 'native');
-#import('../scanner/scannerlib.dart');
-#import('../tree/tree.dart');
-#import('../universe/universe.dart');
-#import('../util/util.dart');
-#import('../util/characters.dart');
-
-#source('bailout.dart');
-#source('builder.dart');
-#source('codegen.dart');
-#source('codegen_helpers.dart');
-#source('js_names.dart');
-#source('nodes.dart');
-#source('optimize.dart');
-#source('types.dart');
-#source('types_propagation.dart');
-#source('validate.dart');
-#source('variable_allocator.dart');
-#source('value_range_analyzer.dart');
-#source('value_set.dart');
+#import('leg.dart');
+#import('elements/elements.dart');
+#import('tree/tree.dart');
+#import('universe/universe.dart');
+#import('util/util.dart');
class RuntimeTypeInformation {
bool hasTypeArguments(DartType type) {
« no previous file with comments | « no previous file | lib/compiler/implementation/ssa/ssa.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698