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

Unified Diff: runtime/vm/intermediate_language.h

Issue 351713002: Always inline Object.==. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intermediate_language.h
===================================================================
--- runtime/vm/intermediate_language.h (revision 37619)
+++ runtime/vm/intermediate_language.h (working copy)
@@ -192,6 +192,7 @@
// A list of core function that should always be inlined.
#define INLINE_WHITE_LIST(V) \
+ V(Object, ==, ObjectEquals, 1068471689) \
V(_List, get:length, ObjectArrayLength, 1181352729) \
V(_ImmutableList, get:length, ImmutableArrayLength, 274917727) \
V(_TypedList, get:length, TypedDataLength, 522565357) \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698