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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 10:41:42 PDT 2012


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


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #139599|review?                     |review+
               Flag|                            |




--- Comment #2 from Oliver Hunt <oliver at apple.com>  2012-05-01 10:41:42 PST ---
(From update of attachment 139599)
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?

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