Revision: 19610
Author: [email protected]
Date: Fri Feb 28 13:16:26 2014 UTC
Log: Remove bogus assertion regarding code marked for deopt.
[email protected]
Review URL: https://codereview.chromium.org/178583003
http://code.google.com/p/v8/source/detail?r=19610
Modified:
/branches/bleeding_edge/src/factory.cc
=======================================
--- /branches/bleeding_edge/src/factory.cc Fri Feb 28 12:27:31 2014 UTC
+++ /branches/bleeding_edge/src/factory.cc Fri Feb 28 13:16:26 2014 UTC
@@ -968,7 +968,6 @@
function_info->GetLiteralsFromOptimizedCodeMap(index);
if (literals != NULL) result->set_literals(literals);
Code* code = function_info->GetCodeFromOptimizedCodeMap(index);
- ASSERT(!code->marked_for_deoptimization());
result->ReplaceCode(code);
return result;
}
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.