Index: src/x64/full-codegen-x64.cc |
diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc |
index 99206b97ed8b66deef2204fcae5a1664cf80440c..b7e3e9b9be20e74f8395a6c7b9bcf12a34d2afe8 100644 |
--- a/src/x64/full-codegen-x64.cc |
+++ b/src/x64/full-codegen-x64.cc |
@@ -1736,8 +1736,7 @@ void FullCodeGenerator::VisitArrayLiteral(ArrayLiteral* expr) { |
Handle<FixedArrayBase> constant_elements_values( |
FixedArrayBase::cast(constant_elements->get(1))); |
- AllocationSiteMode allocation_site_mode = FLAG_track_allocation_sites |
- ? TRACK_ALLOCATION_SITE : DONT_TRACK_ALLOCATION_SITE; |
+ AllocationSiteMode allocation_site_mode = TRACK_ALLOCATION_SITE; |
if (has_constant_fast_elements && !FLAG_allocation_site_pretenuring) { |
// If the only customer of allocation sites is transitioning, then |
// we can turn it off if we don't have anywhere else to transition to. |