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

Unified Diff: runtime/lib/class_id.dart

Issue 485043002: Optimize List.toList/.sublist and List.from on lists. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Avoid calling _GrowableList.withData with empty list. Created 6 years, 4 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: runtime/lib/class_id.dart
diff --git a/runtime/lib/class_id.dart b/runtime/lib/class_id.dart
index 7ae813db3d283552482a7d32a62062b9565f1ac7..045cfa188de25c39df1ab04f17257457e04dac20 100644
--- a/runtime/lib/class_id.dart
+++ b/runtime/lib/class_id.dart
@@ -4,4 +4,4 @@
class ClassID {
static int getID(Object value) native "ClassID_getID";
-}
+}

Powered by Google App Engine
This is Rietveld 408576698