[Webkit-unassigned] [Bug 63858] DFG JIT does not implement op_call

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 2 14:14:16 PDT 2011


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





--- Comment #12 from Mark Rowe (bdash) <mrowe at apple.com>  2011-07-02 14:14:16 PST ---
(From update of attachment 99550)
View in context: https://bugs.webkit.org/attachment.cgi?id=99550&action=review

> Source/JavaScriptCore/bytecode/CodeBlock.cpp:36
> +#if ENABLE(DFG_JIT)
> +#include "DFGOperations.h"
> +#endif

The block of #include’s should be kept sorted, with any #if’s in separate paragraphs after the main unconditional block.

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