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

Unified Diff: runtime/vm/flow_graph_compiler_x64.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_x64.h
diff --git a/runtime/vm/flow_graph_compiler_x64.h b/runtime/vm/flow_graph_compiler_x64.h
index 6e3b815783423225d954b14c344d12d80d9820bf..1715533605d18bb19a3effe8f8e3521a027b8380 100644
--- a/runtime/vm/flow_graph_compiler_x64.h
+++ b/runtime/vm/flow_graph_compiler_x64.h
@@ -156,7 +156,8 @@ class FlowGraphCompiler : public ValueObject {
intptr_t try_index_,
DeoptReasonId reason,
Register reg1,
- Register reg2);
+ Register reg2,
+ Register reg3 = kNoRegister);
void FinalizeExceptionHandlers(const Code& code);
void FinalizePcDescriptors(const Code& code);

Powered by Google App Engine
This is Rietveld 408576698