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

Unified Diff: runtime/vm/flow_graph_compiler_ia32.h

Issue 10543111: Optimize StoreIndexedComp on ia32&x64. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: disable store indexed specialization if FLAG_enable_type_checks Created 8 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
Index: runtime/vm/flow_graph_compiler_ia32.h
diff --git a/runtime/vm/flow_graph_compiler_ia32.h b/runtime/vm/flow_graph_compiler_ia32.h
index e359a54b22cbb5c872496cddb1003d9481124954..9f2aff2cac60e06bfdcacd7c0d1e16a0fc1c313d 100644
--- a/runtime/vm/flow_graph_compiler_ia32.h
+++ b/runtime/vm/flow_graph_compiler_ia32.h
@@ -163,7 +163,8 @@ class FlowGraphCompiler : public ValueObject {
intptr_t try_index_,
DeoptReasonId reason,
Register reg1,
- Register reg2);
+ Register reg2,
srdjan 2012/06/12 16:43:46 Also add for reg2 and remove kNoregister ar call s
+ Register reg3 = kNoRegister);
void FinalizeExceptionHandlers(const Code& code);
void FinalizePcDescriptors(const Code& code);

Powered by Google App Engine
This is Rietveld 408576698