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

Unified Diff: src/compiler.cc

Issue 11365174: A change in the way we place TransitionElementKinds in the tree. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | src/elements-kind.h » ('j') | src/elements-kind.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.cc
diff --git a/src/compiler.cc b/src/compiler.cc
index 710c61e703ed917eb92abaaaa44e014fcc1f556c..f484d1eaf948844eb8a499da509a8570f2286712 100644
--- a/src/compiler.cc
+++ b/src/compiler.cc
@@ -350,6 +350,8 @@ OptimizingCompiler::Status OptimizingCompiler::CreateGraph() {
OptimizingCompiler::Status OptimizingCompiler::OptimizeGraph() {
AssertNoAllocation no_gc;
+ // TODO(mvstanton): Do NOT keep this change in, just here as a temporary measure
+ // to test my changes.
danno 2012/11/14 15:28:18 Looks like you can get rid of this :-)
mvstanton 2012/11/16 15:15:06 Done.
NoHandleAllocation no_handles;
ASSERT(last_status() == SUCCEEDED);
« no previous file with comments | « no previous file | src/elements-kind.h » ('j') | src/elements-kind.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698