Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5778:319e18d08654
Increase READ_BUF_SIZE, used in #'insert-file-contents-internal, to #x10000
src/ChangeLog addition:
2014-01-16 Aidan Kehoe <kehoea@parhasard.net>
* fileio.c (READ_BUF_SIZE):
Stack sizes > 2**16 elicited bugs back in August 1996, but there's
nothing to indicate this is still the case. GNU uses a block size
of #x10000, and that size works better with the coding system
buffering, improving performance there; move to this value.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 16 Jan 2014 20:26:27 +0000 |
parents | ccaa851ae712 |
children | e9d0228c5671 |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jan 16 19:56:06 2014 +0000 +++ b/src/ChangeLog Thu Jan 16 20:26:27 2014 +0000 @@ -1,3 +1,11 @@ +2014-01-16 Aidan Kehoe <kehoea@parhasard.net> + + * fileio.c (READ_BUF_SIZE): + Stack sizes > 2**16 elicited bugs back in August 1996, but there's + nothing to indicate this is still the case. GNU uses a block size + of #x10000, and that size works better with the coding system + buffering, improving performance there; move to this value. + 2014-01-16 Aidan Kehoe <kehoea@parhasard.net> * file-coding.c: