Mail Archives: cygwin-developers/1998/09/16/03:45:13
Sergey Okhapkin wrote:
> 1. Configure scripts runs much slower with a new dll! For example,
configure of bash-2.02 takes 2m15s with the old dll and 2m57s with the new
one.
>
Disabling new read code in syscalls.cc and passing all read requests thru
read_handler instead of creating new thred fixes performance problem (2m06s
with a new dll). Configure scripts intensively uses pipes, but bash reads
pipes one byte per read request.
--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
- Raw text -