aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-29 17:51:45 +0400
committerDmitry Antipov2012-07-29 17:51:45 +0400
commitdbcf001cd7877a7f03a9307afbb82190b24bc356 (patch)
treef88ddb975b8cceb20b645edecf24a2ceff30d7d8 /src/ChangeLog
parente2688e4ac71bd3c1f7d22f28175c4ca81eb87e43 (diff)
downloademacs-dbcf001cd7877a7f03a9307afbb82190b24bc356.tar.gz
emacs-dbcf001cd7877a7f03a9307afbb82190b24bc356.zip
Cleanup statistics calculation in Fgarbage_collect.
* alloc.c (Fgarbage_collect): Rename t1 to meaningful start. Fix zombies percentage calculation. Simplify elapsed time calculation.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4b811b79a9b..45e745de9e9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12012-07-29 Dmitry Antipov <dmantipov@yandex.ru> 12012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Cleanup statistics calculation in Fgarbage_collect.
4 * alloc.c (Fgarbage_collect): Rename t1 to meaningful start. Fix
5 zombies percentage calculation. Simplify elapsed time calculation.
6
72012-07-29 Dmitry Antipov <dmantipov@yandex.ru>
8
3 Generalize marker debugging code under MARKER_DEBUG and use eassert. 9 Generalize marker debugging code under MARKER_DEBUG and use eassert.
4 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove. 10 * insdel.c (CHECK_MARKERS, check_markers_debug_flag): Remove.
5 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both) 11 (gap_left, gap_right, adjust_markers_for_delete, insert_1_both)