[Bug 5569] New: Slow down due to GetTextExtentExPointW

Wine Bugs wine-bugs at winehq.org
Fri Jun 30 13:41:58 CDT 2006


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

           Summary: Slow down due to GetTextExtentExPointW
           Product: Wine
           Version: 0.9.16.
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-gdi-(printing)
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: dsh at linux.ucla.edu


The very slow displaying of EULA mentioned in this bug report:
http://bugs.winehq.org/show_bug.cgi?id=5516
is the result of commit 73c7420c5a48d5810f30ffdca59dc36c806b4bf5, work on
GetTextExtentExPointW.  It uses an order n-squared algorithm to compute text
extent.  Displaying the EULA during installation of the Adobe product found here:
http://www.adobe.com/products/acrobatpro/tryreg.html
takes about 7-8 minutes.  Reverting the code prior to this commit causes that to
drop to a few seconds.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list