[Webkit-unassigned] [Bug 187479] New: Add --traceLLIntExecution and --traceLLIntSlowPath options.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 9 13:12:36 PDT 2018


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

            Bug ID: 187479
           Summary: Add --traceLLIntExecution and --traceLLIntSlowPath
                    options.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

These options are only available if LLINT_TRACING is enabled in LLIntCommon.h.

The details:
1. LLINT_TRACING consolidates and replaces LLINT_EXECUTION_TRACING and LLINT_SLOW_PATH_TRACING.
2. Tracing is now guarded behind runtime options --traceLLIntExecution and --traceLLIntSlowPath.  This makes it such that enabling LLINT_TRACING doesn't means that we'll continually spammed with logging until we rebuild.
3. Fixed slow path LLINT tracing to work with exception check validation.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180709/7202545b/attachment.html>


More information about the webkit-unassigned mailing list