aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDaniel Colascione2014-03-23 14:58:41 -0700
committerDaniel Colascione2014-03-23 14:58:41 -0700
commitb029599f767406002ea892d0bd40420de0a954f6 (patch)
tree2737840e08cbc05981c4598b9525b8c30ce7977a /src/ChangeLog
parent835af7195792e9e736a6acc3ef51b21e23020c2c (diff)
parent577b2ffd2d787506261ed758b086fb4257116dba (diff)
downloademacs-b029599f767406002ea892d0bd40420de0a954f6.tar.gz
emacs-b029599f767406002ea892d0bd40420de0a954f6.zip
Clean up gc_sweep
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b74e921450..d9e99722319 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12014-03-23 Daniel Colascione <dancol@dancol.org>
2
3 Split gc_sweep into discrete functions for legibility and better
4 stack traces.
5
6 * alloc.c (sweep_strings,sweep_vectors): Add NO_INLINE
7 (sweep_vectors): Fix typo in comment.
8 (sweep_conses,sweep_floats,sweep_intervals)
9 (sweep_symbols,sweep_misc,sweep_buffers): New functions.
10 (gc_sweep): Call new functions, to which existing functionality is
11 moved.
12 * fns.c (sweep_weak_hash_tables): Add NO_INLINE.
13
12014-03-23 Juanma Barranquero <lekktu@gmail.com> 142014-03-23 Juanma Barranquero <lekktu@gmail.com>
2 15
3 * w32fns.c (Fw32_shell_execute): Declare `result' only on Cygwin. 16 * w32fns.c (Fw32_shell_execute): Declare `result' only on Cygwin.