summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 21:21:16 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-19 21:21:16 +0000
commit65ad154e2ab959c7b57e566866500b874e6d253a (patch)
treec1c8eb72fd0bf7f65a4beba2bc58eab6269cc076 /ChangeLog
parent69ea68cc21f6539b58c08d8a122fdce3f062a1ce (diff)
* gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eae2565bbe..23c1b711b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 20 06:18:01 2013 Koichi Sasada <ko1@atdot.net>
+
+ * gc.c (gc_profile_total_time): check objspace->profile.next_index > 0.
+
Thu Jun 20 05:47:41 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_prof_sweep_timer_start): fix merge miss.