Revision: 14861
Author: [email protected]
Date: Tue May 28 11:48:46 2013
Log: Merged r14860 into trunk branch.
Disable --optimize-constructed-arrays due to crashes
BUG=chromium:244461
[email protected]
Review URL: https://codereview.chromium.org/15942006
http://code.google.com/p/v8/source/detail?r=14861
Modified:
/trunk/src/flag-definitions.h
/trunk/src/version.cc
=======================================
--- /trunk/src/flag-definitions.h Fri May 24 05:35:50 2013
+++ /trunk/src/flag-definitions.h Tue May 28 11:48:46 2013
@@ -258,7 +258,7 @@
"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")
=======================================
--- /trunk/src/version.cc Tue May 28 09:58:15 2013
+++ /trunk/src/version.cc Tue May 28 11:48:46 2013
@@ -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.