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

Unified Diff: src/lithium.cc

Issue 272513004: Reland r20974: Unify and simplify the FastCloneShallowArrayStub (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fixes Created 6 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: src/lithium.cc
diff --git a/src/lithium.cc b/src/lithium.cc
index 2265353f4736a2c7fc2c386ad6f58a84a53c6dcf..5cbed3522825468f0e5da8f138d4c9dcc77e2c87 100644
--- a/src/lithium.cc
+++ b/src/lithium.cc
@@ -449,6 +449,8 @@ Handle<Code> LChunk::Codegen() {
CodeEndLinePosInfoRecordEvent(*code, jit_handler_data));
CodeGenerator::PrintCode(code, info());
+ ASSERT(!(info()->GetMustNotHaveEagerFrame() &&
+ generator.NeedsEagerFrame()));
mvstanton 2014/05/09 13:16:49 +1.
return code;
}
assembler.AbortedCodeGeneration();

Powered by Google App Engine
This is Rietveld 408576698