[Webkit-unassigned] [Bug 239924] New: Web Inspector: Update jsmin to 3.0.1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 30 01:57:40 PDT 2022


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

            Bug ID: 239924
           Summary: Web Inspector: Update jsmin to 3.0.1
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com
                CC: inspector-bugzilla-changes at group.apple.com

Current version (2.0.9) is very slow:

time python /app/webkit/Source/JavaScriptCore/Scripts/jsmin.py < /app/webkit/WebKitBuild/Release/WebInspectorUI/DerivedSources/Main.js > foo.js

real    1m21.234s
user    0m59.580s
sys     0m21.253s

Version 3.0.1 is much faster:

time python /app/webkit/Source/JavaScriptCore/Scripts/jsmin.py < /app/webkit/WebKitBuild/Release/WebInspectorUI/DerivedSources/Main.js > foo.js

real    0m3.933s
user    0m3.899s
sys     0m0.018s

So I'll try an update.

-- 
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/20220430/e0653f2e/attachment-0001.htm>


More information about the webkit-unassigned mailing list