[Webkit-unassigned] [Bug 67694] New: Value profling and execution count profiling is performed even for code that cannot be optimized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 20:38:19 PDT 2011


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

           Summary: Value profling and execution count profiling is
                    performed even for code that cannot be optimized
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


Value profiling and execution count profiling are necessary for invoking an optimizing compiler when tiered compilation is enabled.  But some code blocks cannot be compiled with an optimizing compiler.  Currently, we still incur the overhead of profiling even though these code blocks will never be optimized.

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