[Webkit-unassigned] [Bug 79310] DFG OSR exit value profiling should have graceful handling of local variables and arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 14:32:40 PST 2012


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


Gavin Barraclough <barraclough at apple.com> changed:

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




--- Comment #8 from Gavin Barraclough <barraclough at apple.com>  2012-02-23 14:32:40 PST ---
(From update of attachment 128411)
View in context: https://bugs.webkit.org/attachment.cgi?id=128411&action=review

> Source/JavaScriptCore/bytecode/LazyOperandValueProfile.h:162
> +    OwnPtr<SegmentedVector<LazyOperandValueProfile, 8> > m_data;

typedef for SegmentedVector<LazyOperandValueProfile, 8> wouldn't hurt.

> Source/JavaScriptCore/dfg/DFGNode.h:488
> +    

Please revert before landing.

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