[Webkit-unassigned] [Bug 30681] Symbian port: JS Date operations very slow due to flaky POSIX date/time implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 1 19:52:22 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=30681





--- Comment #12 from Simon Hausmann <hausmann at webkit.org>  2009-11-01 19:52:20 PDT ---
(In reply to comment #9)
> > If Qt has better implementation, you could just switch to those (from the posix
> > ones, with appropriate ifdefs).
> 
> c) I am hesitent to add Qt dependecy to Javascript/WTF/* because this code is
> entirely Qt-unware. It also use C/C++ primitive types like double all over the
> place, so any work to introduce something like qreal and other Qt baggage would
> be quite intrusive and might make the code less readable for other ports. 

I don't think there's a problem using Qt functions in JavaScriptCore/WTF, we're
doing that all over the place already.

On the other hand your patch is realtively simple, too :)

If it makes the patch easier and of course the code faster I'd say don't
hesitate with using Qt functions there. It might also help to get more
consistent behaviour across all Qt ports.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list