Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5774:7a538e1a4676
Use skip_ascii() in no_conversion_convert() when encoding.
src/ChangeLog addition:
2013-12-19 Aidan Kehoe <kehoea@parhasard.net>
* text.c:
* text.h:
* text.h (skip_ascii):
Move skip_ascii (), the very fast inline function from the
bytecount-to-charcount code, to text.h, to allow the coding
systems to use it too as needed.
* file-coding.c (no_conversion_convert):
Use skip_ascii() as appropriate here, halving the time taken to
write large files in my tests (again, relevant to VM buffers, but
not a panacea to our issues with them.)
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Thu, 19 Dec 2013 18:13:11 +0000 |
parents | cd4f5f1f1f4c |
children | 65d65b52d608 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Dec 17 20:49:52 2013 +0200 +++ b/src/ChangeLog Thu Dec 19 18:13:11 2013 +0000 @@ -1,3 +1,16 @@ +2013-12-19 Aidan Kehoe <kehoea@parhasard.net> + + * text.c: + * text.h: + * text.h (skip_ascii): + Move skip_ascii (), the very fast inline function from the + bytecount-to-charcount code, to text.h, to allow the coding + systems to use it too as needed. + * file-coding.c (no_conversion_convert): + Use skip_ascii() as appropriate here, halving the time taken to + write large files in my tests (again, relevant to VM buffers, but + not a panacea to our issues with them.) + 2013-12-17 Aidan Kehoe <kehoea@parhasard.net> * lisp.h: