* alloc.c (Fmake_string): For ASCII char initializer, prefer
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 7 Oct 2013 07:15:37 +0000 (11:15 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 7 Oct 2013 07:15:37 +0000 (11:15 +0400)
commit3c439e0a8410d713488b16af5842ad8ef0cddb04
tree4f2844dcb18cbf5050be459681857ded921bc7df
parent55ca2c0df0b7bdc2c425c17cc74dfc08a9ad236c
* alloc.c (Fmake_string): For ASCII char initializer, prefer
memset to explicit loop.  Otherwise copy largest possible chunk
from initialized to uninitialized part, thus allowing the longer
memcpy runs and reducing the number of loop iterations.
src/ChangeLog
src/alloc.c