[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (f219169 -> 17af43c)
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master updated (f219169 -> 17af43c) |
Date: |
Tue, 21 Feb 2017 18:39:22 -0500 (EST) |
eggert pushed a change to branch master.
from f219169 Avoid flicker in lazy-highlight by doing all updates
without redisplay.
new 7207b63 Hash table threshold is now float, not double
new 5cbdaa9 Use ptrdiff_t instead of Lisp_Object for collision
new 83c9c6f Use float instead of Lisp_Object for rehash_size
new 17af43c Minor weak hash table performance tweaks
Summary of changes:
doc/lispref/hash.texi | 11 +-
doc/lispref/objects.texi | 2 +-
etc/NEWS | 4 +
src/alloc.c | 6 +-
src/category.c | 5 +-
src/emacs-module.c | 5 +-
src/fns.c | 290 ++++++++++++++++++++++++++---------------------
src/image.c | 5 +-
src/lisp.h | 54 ++++-----
src/print.c | 10 +-
src/profiler.c | 15 ++-
src/xterm.c | 4 +-
12 files changed, 212 insertions(+), 199 deletions(-)
- [Emacs-diffs] master updated (f219169 -> 17af43c),
Paul Eggert <=