Reviewers: danno, Description: Disable some 'clever' optimizations to gauge the effect on some crashers we are seeing.
Please review this at https://chromiumcodereview.appspot.com/10084006/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/flag-definitions.h Index: src/flag-definitions.h =================================================================== --- src/flag-definitions.h (revision 11299) +++ src/flag-definitions.h (working copy) @@ -150,7 +150,7 @@ // Flags for experimental implementation features. DEFINE_bool(smi_only_arrays, true, "tracks arrays with only smi values") DEFINE_bool(clever_optimizations, - true, + false, // Temporarily disabled. "Optimize object size, Array shift, DOM strings and string +") // Flags for data representation optimizations -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
