Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: src/flag-definitions.h

Issue 15094018: Create AllocationSite objects, pointed to by AllocationSiteInfo. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Some cleanup Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 49dac4a6db04eb8a8d3d9cbdb55699015fa247a0..91afa24cf0b7cdb0fc9783a5afb52e6619233dc3 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -267,7 +267,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,
Hannes Payer (out of office) 2013/06/25 16:35:07 Should be true.
mvstanton 2013/07/02 13:55:11 Cool, this flag is gone now.
"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")

Powered by Google App Engine
This is Rietveld 408576698