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

Unified Diff: runtime/vm/intrinsifier.h

Issue 11139004: Intrinsify natural word size typed array getters on IA32 and X64 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Codereview Created 8 years, 2 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 | « no previous file | runtime/vm/intrinsifier_ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index 9b4bc5b781828caf4b349882dc589614de7614c1..cdae5cf9c2628642a5cdadee2249416107445b16 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -85,6 +85,8 @@ namespace dart {
V(_Uint16Array, [], Uint16Array_getIndexed) \
V(_Int32Array, [], Int32Array_getIndexed) \
V(_Uint32Array, [], Uint32Array_getIndexed) \
+ V(_Int64Array, [], Int64Array_getIndexed) \
+ V(_Uint64Array, [], Uint64Array_getIndexed) \
V(_Float32Array, [], Float32Array_getIndexed) \
V(_Float32Array, []=, Float32Array_setIndexed) \
V(_Float64Array, [], Float64Array_getIndexed) \
« no previous file with comments | « no previous file | runtime/vm/intrinsifier_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698