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

Unified Diff: runtime/vm/scopes.h

Issue 14942010: Eliminate temporary locals for some expressions (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: cleaned up Created 7 years, 7 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/scopes.h
===================================================================
--- runtime/vm/scopes.h (revision 23243)
+++ runtime/vm/scopes.h (working copy)
@@ -63,8 +63,6 @@
// Assign an index to a local.
void set_index(int index) {
- ASSERT(!HasIndex());
hausner 2013/05/28 17:00:47 Why are you removing these asserts? Does your chan
Florian Schneider 2013/05/30 09:29:31 I'm setting the index of the new dynamically alloc
- ASSERT(index != kUnitializedIndex);
index_ = index;
}
« runtime/vm/parser.cc ('K') | « runtime/vm/parser.cc ('k') | runtime/vm/symbols.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698