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

Unified Diff: runtime/vm/flow_graph_compiler_arm.cc

Issue 602993002: Frees up LR on arm for use by the register allocator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 3 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_arm.cc
===================================================================
--- runtime/vm/flow_graph_compiler_arm.cc (revision 40650)
+++ runtime/vm/flow_graph_compiler_arm.cc (working copy)
@@ -184,6 +184,7 @@
ASSERT(deopt_env() != NULL);
StubCode* stub_code = compiler->isolate()->stub_code();
+ __ mov(IP, Operand(LR));
srdjan 2014/09/24 22:36:02 Please add comment why this is necessary. Make sur
zra 2014/09/25 18:11:27 Done.
__ BranchLink(&stub_code->DeoptimizeLabel());
set_pc_offset(assem->CodeSize());
#undef __

Powered by Google App Engine
This is Rietveld 408576698