Bug 152382

Summary: JSC generator scripts shouldn't have verbose output
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, ossy, saam
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Csaba Osztrogonác
Reported 2015-12-17 02:42:28 PST
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). ====================================================================
Attachments
Patch (4.62 KB, patch)
2015-12-17 02:43 PST, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-12-17 02:43:42 PST
Michael Catanzaro
Comment 2 2015-12-31 14:27:51 PST
Comment on attachment 267551 [details] Patch Excellent! I agree, to make our build shine, these should not print anything, at least not by default.
WebKit Commit Bot
Comment 3 2016-01-04 08:09:34 PST
Comment on attachment 267551 [details] Patch Clearing flags on attachment: 267551 Committed r194531: <http://trac.webkit.org/changeset/194531>
WebKit Commit Bot
Comment 4 2016-01-04 08:09:37 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.