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

Unified Diff: runtime/vm/code_generator.h

Issue 11027060: Faster 64-bit right-shift for the ia32 compiler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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/code_generator.h
===================================================================
--- runtime/vm/code_generator.h (revision 13286)
+++ runtime/vm/code_generator.h (working copy)
@@ -63,6 +63,7 @@
V(DoubleToDouble) \
V(BinarySmiOp) \
V(BinaryMintOp) \
+ V(ShiftMintOp) \
Kevin Millikin (Google) 2012/10/05 12:52:58 This is also an binary op. Maybe BinaryMintOp sho
Florian Schneider 2012/10/05 14:40:31 The names are not ideal. I plan to rename them eve
V(BinaryDoubleOp) \
V(InstanceSetterSameTarget) \
V(InstanceSetter) \

Powered by Google App Engine
This is Rietveld 408576698