Revision: 24527
Author: [email protected]
Date: Fri Oct 10 13:09:41 2014 UTC
Log: Bogus assert caused turbofan failure.
[email protected]
Review URL: https://codereview.chromium.org/643913002
https://code.google.com/p/v8/source/detail?r=24527
Modified:
/branches/bleeding_edge/src/ast.h
=======================================
--- /branches/bleeding_edge/src/ast.h Fri Oct 10 10:52:31 2014 UTC
+++ /branches/bleeding_edge/src/ast.h Fri Oct 10 13:09:41 2014 UTC
@@ -1967,8 +1967,6 @@
}
int CallRuntimeFeedbackSlot() {
- DCHECK(!is_jsruntime() ||
- callruntime_feedback_slot_ != kInvalidFeedbackSlot);
return callruntime_feedback_slot_;
}
--
--
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/d/optout.