[Webkit-unassigned] [Bug 194834] New: Operands::dump and Operands::dumpInContext should be in Operands.cpp instead of OperandsInlines.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 15:14:08 PST 2019


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

            Bug ID: 194834
           Summary: Operands::dump and Operands::dumpInContext should be
                    in Operands.cpp instead of OperandsInlines.h
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rmorisset at apple.com

Such functions are pretty much by definition never going to be called in normal use, so we have no reason to try to inline them.
And having too much stuff in .h files worsen the build times.

-- 
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/20190219/34e0bd84/attachment.html>


More information about the webkit-unassigned mailing list