aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2012-07-20 17:14:58 +0400
committerDmitry Antipov2012-07-20 17:14:58 +0400
commitdac616ff9f51b77e399a06863a79446958c4f840 (patch)
treeed956a463f0efff837c7de4a9a61b31e2567d45a /src/ChangeLog
parentbbf0e7d97893b9abfe6575a408f03e48543cb513 (diff)
downloademacs-dac616ff9f51b77e399a06863a79446958c4f840.tar.gz
emacs-dac616ff9f51b77e399a06863a79446958c4f840.zip
Make maybe_gc inline.
Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline). * lisp.h (consing_since_gc, gc_relative_threshold) (memory_full_cons_threshold): Revert declaration. (maybe_gc): Remove prototype, define as inline. * alloc.c: Remove old commented-out code. (consing_since_gc, gc_relative_threshold) (memory_full_cons_threshold): Revert to global. (maybe_gc): Remove.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8242a35e9ec..81122d45279 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,17 @@
12012-07-20 Dmitry Antipov <dmantipov@yandex.ru> 12012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Make maybe_gc inline.
4 Verify that inlining is always possible (GCC 4.7.1, -O3 -Winline).
5 * lisp.h (consing_since_gc, gc_relative_threshold)
6 (memory_full_cons_threshold): Revert declaration.
7 (maybe_gc): Remove prototype, define as inline.
8 * alloc.c: Remove old commented-out code.
9 (consing_since_gc, gc_relative_threshold)
10 (memory_full_cons_threshold): Revert to global.
11 (maybe_gc): Remove.
12
132012-07-20 Dmitry Antipov <dmantipov@yandex.ru>
14
3 Simple wrapper for make_unibyte_string, adjust font_open_by_name. 15 Simple wrapper for make_unibyte_string, adjust font_open_by_name.
4 * lisp.h (build_unibyte_string): New function. 16 * lisp.h (build_unibyte_string): New function.
5 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c: 17 * dosfns.c, fileio.c, fns.c, ftfont.c, process.c: