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

Unified Diff: runtime/vm/intrinsifier.h

Issue 284013002: Improve performance of stubcode based array allocation moving stub to isolate specific area. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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/flow_graph_optimizer.cc ('k') | runtime/vm/intrinsifier_arm.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 36227)
+++ runtime/vm/intrinsifier.h (working copy)
@@ -31,7 +31,6 @@
V(_Double, get:isNegative, Double_getIsNegative, 1711421660) \
V(_Double, _mulFromInteger, Double_mulFromInteger, 1392340623) \
V(_Double, .fromInteger, Double_fromInteger, 2033384877) \
- V(_List, ., List_Allocate, 176587978) \
V(_List, get:length, Array_getLength, 215183186) \
V(_List, [], Array_getIndexed, 675155875) \
V(_List, []=, Array_setIndexed, 1228569706) \
« no previous file with comments | « runtime/vm/flow_graph_optimizer.cc ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698