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

Unified Diff: runtime/vm/method_recognizer.h

Issue 518273004: Don't always call _copyFromObjectArray. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: full version of previous patch. Created 6 years, 3 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 | « runtime/lib/array.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/method_recognizer.h
diff --git a/runtime/vm/method_recognizer.h b/runtime/vm/method_recognizer.h
index b246de50b6d0d0863294863d86de9798d7f2d02a..84b03b1000fc0728a337643b05cd50df8b9abef7 100644
--- a/runtime/vm/method_recognizer.h
+++ b/runtime/vm/method_recognizer.h
@@ -304,6 +304,7 @@ namespace dart {
V(_List, get:isEmpty, ObjectArrayIsEmpty, 2130247737) \
V(_List, get:iterator, ObjectArrayIterator, 458612415) \
V(_List, forEach, ObjectArrayForEach, 592525445) \
+ V(_List, _copyFromObjectArray, ObjectArrayCopyFromObjectArray, 1985480605) \
V(_ImmutableList, get:iterator, ImmutableArrayIterator, 362084797) \
V(_ImmutableList, forEach, ImmutableArrayForEach, 63658053) \
V(_ImmutableList, [], ImmutableArrayGetIndexed, 1990177341) \
« no previous file with comments | « runtime/lib/array.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698