[Bug 10028] New: rappelz updater is slow because of dlls/mshtml/htmlnode.c: get_node(...)
http://bugs.winehq.org/show_bug.cgi?id=10028 Summary: rappelz updater is slow because of dlls/mshtml/htmlnode.c:get_node(...) Product: Wine Version: CVS/GIT Platform: All URL: http://rappelz.gpotato.com/download/index.php OS/Version: All Status: NEW Severity: minor Priority: P3 Component: wine-misc AssignedTo: wine-bugs(a)winehq.org ReportedBy: jan.wine(a)zerebecki.de CC: jacek(a)codeweavers.com The update for the game rappelz changes the embedded html regularly to update the progress bar and seems to spend most of it's cpu time on that which seems to slow the downloading. By using oprofile I found it is spending most of it's cpu on "if(iter->nsnode == nsnode)" in get_node(...) from dlls/mshtml/htmlnode.c . The comment above the function already suggests: "We should use a better data structure or (better) find a way to store HTMLDOMelement poiner in nsIDOMNode." -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10028 Jan Zerebecki <jan.wine(a)zerebecki.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10028 booiiing <booiiing(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |booiiing(a)gmail.com -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10028 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-12-08 00:52:01 --- Is this still an issue in current (1.1.10 or newer) wine? -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10028 --- Comment #2 from Austin English <austinenglish(a)gmail.com> 2009-01-18 03:45:58 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10028 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-01-18 03:46:06 --- Removing deprecated CVS/GIT version tag. Please retest in current git. If the bug is still present in today's wine, but was not present in some earlier version of wine, please update version field to earliest known version of wine that had the bug. Thanks! -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10028 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mshtml --- Comment #4 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-12-29 15:09:09 --- Most likely still present, searching loop and corresponding commit tells about possible optimization here. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10028 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2011-08-16 21:30:31 CDT --- FIXME is still present in 1.3.26 at line 1075, so assuming still present. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10028 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|All |Other OS/Version|All |other --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2012-02-23 15:20:01 CST --- Removing deprecated 'All' Platform/OS. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10028 --- Comment #7 from Jacek Caban <jacek(a)codeweavers.com> 2012-07-11 02:20:16 CDT --- This will be fixed by the new Gecko and associated patches: http://www.winehq.org/pipermail/wine-devel/2012-July/096192.html -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10028 Jacek Caban <jacek(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |12f1fbb7a4f0c6e741275e69eb9 | |a12c4b32da79d Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Jacek Caban <jacek(a)codeweavers.com> 2012-07-20 05:55:21 CDT --- Fixed in Git. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10028 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2012-07-31 14:20:33 CDT --- Closing bugs fixed in 1.5.10. -- 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.
participants (1)
-
wine-bugs@winehq.org