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

Unified Diff: runtime/vm/intrinsifier.h

Issue 13004017: More preparation for removal of dart:scalarlist (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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/vm/intermediate_language.cc ('k') | runtime/vm/intrinsifier.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
===================================================================
--- runtime/vm/intrinsifier.h (revision 20570)
+++ runtime/vm/intrinsifier.h (working copy)
@@ -88,35 +88,6 @@
V(::, cos, Math_cos, 1749547468) \
-// Note that any intrinsified function is not inlined. Some optimizations
-// rely on seeing the factories below instead of their inlined code.
-#define SCALARLIST_LIB_INTRINSIC_LIST(V) \
- V(_ByteArrayBase, get:length, ByteArrayBase_getLength, 1095311202) \
- V(_Int64Array, [], Int64Array_getIndexed, 419006675) \
- V(_Uint64Array, [], Uint64Array_getIndexed, 2092868726) \
- V(_Int8Array, _new, Int8Array_new, 535958453) \
- V(_Uint8Array, _new, Uint8Array_new, 604355565) \
- V(_Uint8ClampedArray, _new, Uint8ClampedArray_new, 1070949952) \
- V(_Int16Array, _new, Int16Array_new, 903723993) \
- V(_Uint16Array, _new, Uint16Array_new, 133542762) \
- V(_Int32Array, _new, Int32Array_new, 8218286) \
- V(_Uint32Array, _new, Uint32Array_new, 469402161) \
- V(_Int64Array, _new, Int64Array_new, 60605075) \
- V(_Uint64Array, _new, Uint64Array_new, 624354107) \
- V(_Float32Array, _new, Float32Array_new, 109944959) \
- V(_Float64Array, _new, Float64Array_new, 147668392) \
- V(Int8List, ., Int8Array_factory, 216496111) \
- V(Uint8List, ., Uint8Array_factory, 1767464978) \
- V(Uint8ClampedList, ., Uint8ClampedArray_factory, 1968602860) \
- V(Int16List, ., Int16Array_factory, 1760814825) \
- V(Uint16List, ., Uint16Array_factory, 1684498763) \
- V(Int32List, ., Int32Array_factory, 1376656162) \
- V(Uint32List, ., Uint32Array_factory, 1954207744) \
- V(Int64List, ., Int64Array_factory, 284215425) \
- V(Uint64List, ., Uint64Array_factory, 870102373) \
- V(Float32List, ., Float32Array_factory, 1434337247) \
- V(Float64List, ., Float64Array_factory, 436526211) \
-
#define TYPEDDATA_LIB_INTRINSIC_LIST(V) \
V(_TypedList, get:length, TypedData_getLength, 231908172) \
V(_Int8Array, _new, TypedData_Int8Array_new, 844274443) \
@@ -166,7 +137,6 @@
CORE_LIB_INTRINSIC_LIST(DECLARE_FUNCTION)
MATH_LIB_INTRINSIC_LIST(DECLARE_FUNCTION)
- SCALARLIST_LIB_INTRINSIC_LIST(DECLARE_FUNCTION)
TYPEDDATA_LIB_INTRINSIC_LIST(DECLARE_FUNCTION)
#undef DECLARE_FUNCTION
« no previous file with comments | « runtime/vm/intermediate_language.cc ('k') | runtime/vm/intrinsifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698