[Bug 30148] Star Wars: The Old Republic - slow loading times

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Apr 6 19:34:00 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=30148

--- Comment #17 from julusp at gmail.com 2012-04-06 19:34:00 CDT ---
Heaviest usage (map_file_into_view):

In source code:
dlls/ntdll/virtual.c:885: if (mmap( (char *)view->base + start, size, prot,
flags, fd, offset ) != (void *)-1)

In (de)assembly:
+0x1cf    calll                          DYLD-STUB$$mmap$UNIX2003

I even tryied rejected patch from 2010 by Charles Davis which uses old mmap
instead of mmap$UNIX2003 but no speed change.

also map_file_into_view and wine_annon_mmap calls are the slowest ones
(25-150ms) (mmap call)

Is there any way of disabling mmap usage in wine or some kind of workaround
around this issue?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list