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

Unified Diff: runtime/vm/locations.h

Issue 12114008: Avoid re-tagging of the index register in optimized byte array access. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 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
Index: runtime/vm/locations.h
===================================================================
--- runtime/vm/locations.h (revision 18444)
+++ runtime/vm/locations.h (working copy)
@@ -277,6 +277,7 @@
static Location RegisterOrSmiConstant(Value* value);
static Location FixedRegisterOrConstant(Value* value, Register reg);
static Location FixedRegisterOrSmiConstant(Value* value, Register reg);
+ static Location WritableRegisterOrSmiConstant(Value* value);
Vyacheslav Egorov (Google) 2013/02/13 17:43:04 I think you don't actually need this.
Florian Schneider 2013/02/14 10:35:01 Done.
static Location AnyOrConstant(Value* value);
const char* Name() const;

Powered by Google App Engine
This is Rietveld 408576698