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

Unified Diff: runtime/vm/intermediate_language.cc

Issue 14308009: Detect leaf optimized methods and skip stack check overflow test in those, unless it is in a loop (… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 8 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/intermediate_language.cc
===================================================================
--- runtime/vm/intermediate_language.cc (revision 21574)
+++ runtime/vm/intermediate_language.cc (working copy)
@@ -1511,7 +1511,7 @@
void StoreContextInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
- // Nothing to do. Context register were loaded by register allocator.
+ // Nothing to do. Context register were loaded by register allocator.
Kevin Millikin (Google) 2013/04/18 10:05:28 I like the space. If you're going to make a chang
srdjan 2013/04/18 18:15:57 Added space back, changed were to was and added th
ASSERT(locs()->in(0).reg() == CTX);
}

Powered by Google App Engine
This is Rietveld 408576698