Below a git diff that allows the build to succeed. Maybe a compile guard
could be added until the fields are used?
$ git diff
diff --git a/src/hydrogen.cc b/src/hydrogen.cc
index e527057..ce0a0b4 100644
--- a/src/hydrogen.cc
+++ b/src/hydrogen.cc
@@ -714,8 +714,8 @@ HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder*
builder, int positi
finished_(false),
did_then_(false),
did_else_(false),
- deopt_then_(false),
- deopt_else_(false),
+// deopt_then_(false),
+// deopt_else_(false),
did_and_(false),
did_or_(false),
captured_(false),
@@ -736,8 +736,8 @@ HGraphBuilder::IfBuilder::IfBuilder(
finished_(false),
did_then_(false),
did_else_(false),
- deopt_then_(false),
- deopt_else_(false),
+// deopt_then_(false),
+// deopt_else_(false),
did_and_(false),
did_or_(false),
--
--
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.