Reviewers: Michael Starzinger,

Description:
Merged r14860 into trunk branch.

Disable --optimize-constructed-arrays due to crashes

BUG=chromium:244461
[email protected]

Please review this at https://codereview.chromium.org/15942006/

SVN Base: https://v8.googlecode.com/svn/trunk

Affected files:
  M src/flag-definitions.h
  M src/version.cc


Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 8fe6778e67cc26093d8079594351d2c040fa0529..2023d6ebc97f561f4caf26edbeb9ccdda94f41a7 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -258,7 +258,7 @@ DEFINE_bool(unreachable_code_elimination, false,
             "eliminate unreachable code (hidden behind soft deopts)")
 DEFINE_bool(track_allocation_sites, true,
             "Use allocation site info to reduce transitions")
-DEFINE_bool(optimize_constructed_arrays, true,
+DEFINE_bool(optimize_constructed_arrays, false,
             "Use allocation site info on constructed arrays")
 DEFINE_bool(trace_osr, false, "trace on-stack replacement")
 DEFINE_int(stress_runs, 0, "number of stress runs")
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index cf20c8b38dfd557581bf24130b5a513ea1f237a4..aeb9599e59532dbadff13aad69fb6edb4f698804 100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     19
 #define BUILD_NUMBER      6
-#define PATCH_LEVEL       0
+#define PATCH_LEVEL       1
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)
 #define IS_CANDIDATE_VERSION 0


--
--
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.


Reply via email to