Starting wine runs is very slow. The program is apparently doing a repeated symbol-table <--> DLL matchups. It would be nice if wine kept a "pid" file for each app run saving this information. Should it be outdated, a command line flag to regenerate could be implemented--otherwise load up as in this file rather than searching repeatedly. How about it?
On Wed, 02 Jun 2004 09:15:00 +0300, David Baron wrote:> Starting wine runs is very slow. The program is apparently doing a repeated > symbol-table <--> DLL matchups.Most of the time slow Wine startup is caused by things like the overhead of parsing the registry, initializing the process environment etc. Win32 PE fixup is actually quite fast. thanks -mike