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

wine-bugs at winehq.org wine-bugs at winehq.org
Wed May 9 16:57:49 CDT 2012


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

--- Comment #4 from Dan Kegel <dank at kegel.com> 2012-05-09 16:57:49 CDT ---
http://www.winehq.org/pipermail/wine-patches/2012-May/114044.html shaves
another linear scan off.  With that patch, 'append.exe 40000' 
takes 29895-29911 ms to append 1000 lines to a 40k line richedit.

I think there are five linear scans left: four calls to ME_WrapMarkedParagraphs
and one in ME_PaintContent.

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