This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Serious performance problems (malloc related?)


> OTOH, Corinna is hard at work adding low-level Nt* calls to cygwin so,
> if it wasn't for the requirement that everything has to work 
> on Windows
> 9x, the DLL would be smaller and faster.  Instead, every system call
> currently needs to have a "do this if it's NT and that if 
> it's 9x" test
> so "we" have been slow in moving to bypass the win32 api layer on
> Windows NT.
> 
> OTOH, we will rebuild it.  We do have the technology.

Is there any reason why the cygwin DLL couldn't be built
twice: once for Win9x, and once for WinNT-based systems?

Aside from potential installation issues ("install this
version of the DLL under 9x, that version under NT), it
seems like this would be a reasonable optimization.

-Samrobb


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]