From 29f09ee1ad098cd98a35b16c5cdf5bc63f8bcf48 Mon Sep 17 00:00:00 2001 From: David Major Date: Tue, 14 Feb 2017 15:25:45 +1300 Subject: [PATCH] Bug 1338951: Remove const from PhaseInfo for better codegen on Windows. r=sfink MozReview-Commit-ID: GJn0wtq0chz --HG-- extra : rebase_source : 0ac8135e692eb70c541bb5777d2ae6ee3eb589a1 --- js/src/gc/Statistics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/gc/Statistics.cpp b/js/src/gc/Statistics.cpp index e885dd19b13e..519c393aa6d1 100644 --- a/js/src/gc/Statistics.cpp +++ b/js/src/gc/Statistics.cpp @@ -101,7 +101,7 @@ struct PhaseInfo Phase index; const char* name; Phase parent; - const uint8_t telemetryBucket; + uint8_t telemetryBucket; }; // The zeroth entry in the timing arrays is used for phases that have a