* alloc.c (Fmake_string): For ASCII char initializer, prefer
commit00c09a66f1ec984b5e31a629ff9db5709daa1531
authorDmitry Antipov <dmantipov@yandex.ru>
Mon, 7 Oct 2013 07:15:37 +0000 (7 11:15 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Mon, 7 Oct 2013 07:15:37 +0000 (7 11:15 +0400)
tree88f355ac6736f3141ec1dd2a58fa2268baad047c
parentec8ab8845aec0c31b63767bc3e001f166401a952
* 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