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

Unified Diff: runtime/vm/intrinsifier.h

Issue 14862006: Improve performance of String.fromCharCodes by implementing it in Dart. Add tow internal natives to… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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/intrinsifier.h
===================================================================
--- runtime/vm/intrinsifier.h (revision 22374)
+++ runtime/vm/intrinsifier.h (working copy)
@@ -83,6 +83,8 @@
V(_OneByteString, get:hashCode, OneByteString_getHashCode, 682660413) \
V(_OneByteString, _substringUncheckedNative, \
OneByteString_substringUnchecked, 713121438) \
+ V(_OneByteString, _setAt, OneByteString_setAt, 342452817) \
+ V(_OneByteString, _allocate, OneByteString_allocate, 510754908) \
#define MATH_LIB_INTRINSIC_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698