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

Unified Diff: sdk/lib/_internal/compiler/implementation/util/util.dart

Issue 27510002: Add a much simplified set implementation designed to waste little memory for small sets. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
Index: sdk/lib/_internal/compiler/implementation/util/util.dart
diff --git a/sdk/lib/_internal/compiler/implementation/util/util.dart b/sdk/lib/_internal/compiler/implementation/util/util.dart
index c904cc14e5e50159ac919fb0ded55c27cf8dc8d5..dee467d8f5e783c5451eb7e0839a49d7b1d1efe5 100644
--- a/sdk/lib/_internal/compiler/implementation/util/util.dart
+++ b/sdk/lib/_internal/compiler/implementation/util/util.dart
@@ -8,6 +8,8 @@ import "dart:collection";
import 'util_implementation.dart';
import 'characters.dart';
+export 'setlet.dart';
+
part 'link.dart';
part 'expensive_map.dart';
part 'expensive_set.dart';

Powered by Google App Engine
This is Rietveld 408576698