aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-21 10:18:21 -0700
committerPaul Eggert2012-08-21 10:18:21 -0700
commit1b9d9d1659f819252abb4d8f49e5fd0f7bb56efd (patch)
treec425b1328e1ce7ac339c8d643740ff81fe473044 /src/ChangeLog
parentb2f09701eadc7dfb70f331869daf295628926af6 (diff)
downloademacs-1b9d9d1659f819252abb4d8f49e5fd0f7bb56efd.tar.gz
emacs-1b9d9d1659f819252abb4d8f49e5fd0f7bb56efd.zip
* lisp.h (vcopy): Use memcpy rather than our own loop.
This fixes a performance regression introduced by the recent addition of vcopy. This means 'vcopy' will need to be modified for a copying collector, but that's OK. Also, tighten the checking in the assertion.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 960639af152..ffd706a9a82 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12012-08-21 Paul Eggert <eggert@cs.ucla.edu>
2
3 * lisp.h (vcopy): Use memcpy rather than our own loop.
4 This fixes a performance regression introduced by the recent
5 addition of vcopy. This means 'vcopy' will need to be modified
6 for a copying collector, but that's OK. Also, tighten the
7 checking in the assertion.
8
12012-08-21 Eli Zaretskii <eliz@gnu.org> 92012-08-21 Eli Zaretskii <eliz@gnu.org>
2 10
3 * w32uniscribe.c (uniscribe_shape): Fix producing gstring 11 * w32uniscribe.c (uniscribe_shape): Fix producing gstring