Reviewers: Michael Achenbach,
Description:
Version 3.29.70.1 (merged r24071)
Fix type in idle time undershot histogram name
[email protected]
BUG=
Please review this at https://codereview.chromium.org/590063002/
SVN Base: https://v8.googlecode.com/svn/trunk
Affected files (+2, -2 lines):
M src/counters.h
M src/version.cc
Index: src/counters.h
diff --git a/src/counters.h b/src/counters.h
index
1aeb943dc20b35b6b52ccc0b446cb1ae12d59b3b..f97b9d2be6c3357d826d7db586966c0d62022aef
100644
--- a/src/counters.h
+++ b/src/counters.h
@@ -295,7 +295,7 @@ class HistogramTimerScope BASE_EMBEDDED {
/* Generic range histograms
*/ \
HR(gc_idle_time_allotted_in_ms, V8.GCIdleTimeAllottedInMS, 0, 10000,
101) \
HR(gc_idle_time_limit_overshot, V8.GCIdleTimeLimit.Overshot, 0, 10000,
101) \
- HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimi.Undershot, 0, 10000,
101)
+ HR(gc_idle_time_limit_undershot, V8.GCIdleTimeLimit.Undershot, 0, 10000,
101)
#define HISTOGRAM_TIMER_LIST(HT) \
/* Garbage collection timers. */ \
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
63571bb3bde14a437c2426b904a9ac1d0cf8786b..78bbaca59836e13ab993cfc36cfaea3b2ce6556a
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -35,7 +35,7 @@
#define MAJOR_VERSION 3
#define MINOR_VERSION 29
#define BUILD_NUMBER 70
-#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/d/optout.