[Webkit-unassigned] [Bug 71647] DFG operationCreateThis slow path may get the wrong callee in case of inlining

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 6 22:19:51 PST 2011


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


Oliver Hunt <oliver at apple.com> changed:

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




--- Comment #3 from Oliver Hunt <oliver at apple.com>  2011-11-06 22:19:51 PST ---
(From update of attachment 113820)
View in context: https://bugs.webkit.org/attachment.cgi?id=113820&action=review

>> Source/JavaScriptCore/dfg/DFGOperations.h:67
>> +typedef JSCell* DFG_OPERATION (*C_DFGOperation_ECC)(ExecState*, JSCell*, JSCell*);
> 
> DFG_OPERATION is incorrectly named. Don't use underscores in your identifier names.  [readability/naming] [4]

We really should beat the stylebot into not producing these warnings

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