[Bug 30627] Appending text to a large richedit is very slow

wine-bugs at winehq.org wine-bugs at winehq.org
Thu May 10 14:19:44 CDT 2012


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

--- Comment #7 from Dan Kegel <dank at kegel.com> 2012-05-10 14:19:44 CDT ---
Created attachment 40112
  --> http://bugs.winehq.org/attachment.cgi?id=40112
Kludge global flag optimization patch

The attached kludge patch adds a global bNeedWrap flag
sufficient to pass the test suite.
With this and my previous patch, appending 1k lines at 40k now takes
14700 ms, only about 3x native.

It's not enough at 400k, though; that's still 88800 ms, 11x slower than native.

-- 
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