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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 24359002: Make smi.toString() do its work faster using native string helpers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
« runtime/lib/integers.cc ('K') | « runtime/lib/integers.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 826222bcd3772c6d67c1fad554ff0627439b2623..62932b678d06056e9fd1d38794ae3a78b735941c 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -46,6 +46,7 @@ namespace dart {
V(Smi_shrFromInt, 2) \
V(Smi_bitNegate, 1) \
V(Smi_bitLength, 1) \
+ V(Smi_toString, 1) \
V(Mint_bitNegate, 1) \
V(Mint_bitLength, 1) \
V(Mint_shlFromInt, 2) \
« runtime/lib/integers.cc ('K') | « runtime/lib/integers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698