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

Unified Diff: runtime/vm/intrinsifier.h

Issue 11783006: Intrinsify Uint8ClampedArray's store and load indexed, inline load indexed. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 12 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 16643)
+++ runtime/vm/intrinsifier.h (working copy)
@@ -90,6 +90,8 @@
V(_Int8Array, []=, Int8Array_setIndexed, 1709956322) \
V(_Uint8Array, [], Uint8Array_getIndexed, 578331916) \
V(_Uint8Array, []=, Uint8Array_setIndexed, 121509844) \
+ V(_Uint8ClampedArray, [], UintClamped8Array_getIndexed, 327062422) \
+ V(_Uint8ClampedArray, []=, Uint8ClampedArray_setIndexed, 2054663547) \
V(_Int16Array, [], Int16Array_getIndexed, 870098766) \
V(_Uint16Array, [], Uint16Array_getIndexed, 1019828411) \
V(_Int32Array, [], Int32Array_getIndexed, 1999321436) \

Powered by Google App Engine
This is Rietveld 408576698