[Webkit-unassigned] [Bug 27029] [Qt] Allow custom memory allocation control in the whole JSCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 27 11:45:50 PDT 2009


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





--- Comment #9 from Simon Hausmann <hausmann at webkit.org>  2009-09-27 11:45:49 PDT ---
(In reply to comment #8)
> Created an attachment (id=40173)
 --> (https://bugs.webkit.org/attachment.cgi?id=40173) [details]
> updated proposed patch (tested on win also)
> 
> I added now the win related parts of the patch and I tested it with MinGW-3.4.5
> and with MinGW-4.4.0, both works well.

Thanks! I admit I'm concerned that the next platform it'll break might be
Symbian (which we could fix from here). But I just had another idea: Would it
make sense to use QThread::sleep() here? That would certainly address the
portability concerns.

I admit I don't know if this work as intended though, given that sleep(3)
appears to suspect the process while QThread::sleep() only suspends the current
thread.

What do you think?

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