[Webkit-unassigned] [Bug 85269] DFG should be able to compute dominators

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 23:55:21 PDT 2012


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





--- Comment #7 from Filip Pizlo <fpizlo at apple.com>  2012-05-21 23:54:25 PST ---
(In reply to comment #2)
> (From update of attachment 139599 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=139599&action=review
> 
> r=me, but i'd prefer it if you made the m_array member of FastBitVector an OwnArrayPtr
> 
> > Source/WTF/wtf/FastBitVector.h:163
> > +    uint32_t* m_array;
> 
> Can't you use an OwnArrayPtr here, and save the manual management of this array's lifetime?

No, I can't, because OwnArrayPtr uses delete[].

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