Bug 152382 - JSC generator scripts shouldn't have verbose output
Summary: JSC generator scripts shouldn't have verbose output
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-17 02:42 PST by Csaba Osztrogonác
Modified: 2016-01-04 08:09 PST (History)
6 users (show)

See Also:


Attachments
Patch (4.62 KB, patch)
2015-12-17 02:43 PST, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 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). 
====================================================================
Comment 1 Csaba Osztrogonác 2015-12-17 02:43:42 PST
Created attachment 267551 [details]
Patch
Comment 2 Michael Catanzaro 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.
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2016-01-04 08:09:37 PST
All reviewed patches have been landed.  Closing bug.