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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 536043002: Merge array allocation and List._copyFromObjectArray to provide fast path for large arrays. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 1c9acdbe1d110b7d02f2136c6f0543556d4d3eb0..87a93f256a5e50a2bbf7795a7c78adc0596ee4e4 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -92,7 +92,7 @@ namespace dart {
V(List_getIndexed, 2) \
V(List_setIndexed, 3) \
V(List_getLength, 1) \
- V(List_copyFromObjectArray, 5) \
+ V(List_slice, 4) \
srdjan 2014/09/03 18:08:11 Fix formatting
Vyacheslav Egorov (Google) 2014/09/03 20:35:18 Done.
V(ImmutableList_from, 4) \
V(StringBase_createFromCodePoints, 1) \
V(StringBase_substringUnchecked, 3) \

Powered by Google App Engine
This is Rietveld 408576698