[Webkit-unassigned] [Bug 152382] New: JSC generator scripts shouldn't have verbose output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 17 02:42:28 PST 2015


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

            Bug ID: 152382
           Summary: JSC generator scripts shouldn't have verbose output
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org

Almost all commands of build-webkit don't have any output. These scripts 
are quite stable, I don't think if it is useful to have verbose outputs.

output of build-jsc now: (EFL with ninja)
------------------------------------------
various configure options

[ snip ]

-- Configuring done
-- Generating done
-- Build files have been written to: /home/ossy/WebKit/WebKitBuild/Release
[108/915] Generating ../../DerivedSources/JavaScriptCore/Bytecodes.h, ../../DerivedSources/JavaScriptCore/InitBytecodes.asm
Generating /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/Bytecodes.h and /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/InitBytecodes.asm from /home/ossy/WebKit/Source/JavaScriptCore/bytecode/BytecodeList.json

[109/915] Generating ../../DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h
offlineasm: Parsing /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter.asm and creating offset extractor /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h.
offlineasm: Including file /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore//InitBytecodes.asm
offlineasm: Including file /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
offlineasm: Including file /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
offlineasm: offset extractor /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/LLIntDesiredOffsets.h successfully generated.
[152/915] Generating ../../DerivedSources/JavaScriptCore/AirOpcode.h, ../../DerivedSources/JavaScriptCore/AirOpcodeGenerated.h
Generating code for /home/ossy/WebKit/Source/JavaScriptCore/b3/air/AirOpcode.opcodes.
[152/915] Generating ../../DerivedSources/JavaScriptCore/LLIntAssembly.h
offlineasm: Parsing /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter.asm and /home/ossy/WebKit/WebKitBuild/Release/bin/LLIntOffsetsExtractor and creating assembly file /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/LLIntAssembly.h.
offlineasm: Including file /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore//InitBytecodes.asm
offlineasm: Including file /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter64.asm
offlineasm: Including file /home/ossy/WebKit/Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm
offlineasm: Assembly file /home/ossy/WebKit/WebKitBuild/Release/DerivedSources/JavaScriptCore/LLIntAssembly.h successfully generated.
[915/915] Linking CXX executable bin/jsc

====================================================================
 JavaScriptCore is now built (03m:14s). 
====================================================================


output after the proposed fix:
-------------------------------
...

-- Configuring done
-- Generating done
-- Build files have been written to: /home/ossy/WebKit/WebKitBuild/Release
[915/915] Linking CXX executable bin/jsc

====================================================================
 JavaScriptCore is now built (03m:07s). 
====================================================================

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151217/e1b6ccbe/attachment-0001.html>


More information about the webkit-unassigned mailing list