[Webkit-unassigned] [Bug 65830] DFG JIT verbose mode does not report the generated types of nodes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 7 21:59:27 PDT 2011


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #103187|review?                     |review-
               Flag|                            |




--- Comment #3 from Sam Weinig <sam at webkit.org>  2011-08-07 21:59:27 PST ---
(From update of attachment 103187)
View in context: https://bugs.webkit.org/attachment.cgi?id=103187&action=review

> Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:1300
>          if (!m_compileOkay)
>              return;
> +#if DFG_DEBUG_VERBOSE
> +        if (node.hasResult())
> +            fprintf(stderr, "-> %s\n", dataFormatToString(m_generationInfo[node.virtualRegister()].registerFormat()));
> +        else
> +            fprintf(stderr, "\n");
> +#endif

It seems like this might give output without a newline in the case that the compile fails.

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