[webkit-reviews] review granted: [Bug 131120] Added some more dataLog info for OSR exits : [Attachment 228418] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 2 13:25:22 PDT 2014


Michael Saboff <msaboff at apple.com> has granted Mark Lam <mark.lam at apple.com>'s
request for review:
Bug 131120: Added some more dataLog info for OSR exits
https://bugs.webkit.org/show_bug.cgi?id=131120

Attachment 228418: the patch
https://bugs.webkit.org/attachment.cgi?id=228418&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=228418&action=review


r=me

> Source/JavaScriptCore/dfg/DFGOperations.cpp:1044
> +    dataLogF(" @ exit #%u (bc#%u, %s) with ", vm->osrExitIndex,
debugInfo->bytecodeOffset, exitKindToString(debugInfo->kind));

Don't mix dataLogF and dataLog.  Use dataLog.


More information about the webkit-reviews mailing list