[Webkit-unassigned] [Bug 12586] PAC file: malloc deadlock sometimes causes a hang @ www.apple.com/pro/profiles/ (12586)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 7 00:50:10 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12586





------- Comment #2 from mjs at apple.com  2007-03-07 00:50 PDT -------
fastMallocLock / fastMallocUnlock could maybe use better names, like
fastMallocAllowed / fastMallocForbidden or somethig - there's no actual locking
going on.

+public:
+    bool m_inSubtreeMark : 1;
+

It might be worth adding a comment that now no more flags can be added to Node
now without increasing the size of all DOM nodes on 32-bit systems. (There
would be 16 in the bitfield plus the short above).

I also wonder if some of the current flags can be removed to give us breathing
room again.

r=me


-- 
Configure bugmail: http://bugs.webkit.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 webkit-unassigned mailing list