Revision: 17031
Author: [email protected]
Date: Tue Oct 1 08:40:33 2013 UTC
Log: Initialize flag before usage.
This fixes a crash when running with --concurrent-osr.
[email protected], [email protected]
BUG=
Review URL: https://codereview.chromium.org/25279002
http://code.google.com/p/v8/source/detail?r=17031
Modified:
/branches/bleeding_edge/src/compiler.h
=======================================
--- /branches/bleeding_edge/src/compiler.h Fri Sep 27 09:37:18 2013 UTC
+++ /branches/bleeding_edge/src/compiler.h Tue Oct 1 08:40:33 2013 UTC
@@ -513,7 +513,8 @@
graph_builder_(NULL),
graph_(NULL),
chunk_(NULL),
- last_status_(FAILED) { }
+ last_status_(FAILED),
+ awaiting_install_(false) { }
enum Status {
FAILED, BAILED_OUT, SUCCEEDED
--
--
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.