aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4aada1d5279..2cdaf494aad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12014-06-08 Dmitry Antipov <dmantipov@yandex.ru>
2
3 Change object marking routines to minimize stack usage.
4 This change moves a few cold paths from mark_object to NO_INLINE
5 functions and adjusts symbol marking loop. According to GCC 4.8.2
6 -Wstack-usage, this reduces mark_object's stack usage from 80 to
7 48 bytes on a 64-bit system. For a long byte-force-recompile runs,
8 stack usage at the mark phase is reduced up to 28%. Surprisingly,
9 it also gains up to 3% in speed (with default '-O2 -g3' flags).
10 * alloc.c (mark_compiled, mark_localized_symbol): New functions,
11 refactored out from ...
12 (mark_object): ... adjusted user. Also mark symbols in a tight
13 inner loop.
14 (mark_face_cache): Add NO_INLINE.
15
12014-06-08 Eli Zaretskii <eliz@gnu.org> 162014-06-08 Eli Zaretskii <eliz@gnu.org>
2 17
3 * sysdep.c (reset_sys_modes): Use cursorX, not curX, as the latter 18 * sysdep.c (reset_sys_modes): Use cursorX, not curX, as the latter