[Webkit-unassigned] [Bug 27029] [Qt] Allow custom memory allocation control in the whole JSCore
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 23 17:14:41 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27029
Eric Seidel <eric at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #39982|review? |review-
Flag| |
--- Comment #3 from Eric Seidel <eric at webkit.org> 2009-09-23 17:14:41 PDT ---
(From update of attachment 39982)
Why does this not just blow out the stack?
+static void sleep(unsigned seconds)
+{
+ sleep(seconds * 1000);
+}
Is one of them in WTF? If so, then the other should use :: to make it explicit
that it's a root namespace call.
Also the sleep call seems unrelated to the rest of the patch, or at least is
not explained in the ChangeLog.
diff likes newlines at end of files:
+DEFINES+=USE_SYSTEM_MALLOC
\ No newline at end of file
(so does GCC)
--
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