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

Unified Diff: runtime/vm/intrinsifier.h

Issue 11416240: Address Ivan's comments. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Fix typos Created 8 years, 1 month 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/lib/growable_array.dart ('k') | sdk/lib/isolate/base.dart » ('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 febb1470883628398451f0899c55b84787e05a69..34b672cc688a5735f9b466703ba5768b21569a08 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -99,6 +99,9 @@ namespace dart {
V(_Float64Array, []=, Float64Array_setIndexed, 283625119) \
V(_ExternalUint8Array, [], ExternalUint8Array_getIndexed, 632699940) \
+// TODO(srdjan): Implement _FixedSizeArrayIterator, get:current and
+// _FixedSizeArrayIterator, moveNext.
+
// Forward declarations.
class Assembler;
class Function;
« no previous file with comments | « runtime/lib/growable_array.dart ('k') | sdk/lib/isolate/base.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698