dellelce / mkit

build software from (latest available) source
1 stars 2 forks source link

GCC building times #7

Closed dellelce closed 4 years ago

dellelce commented 4 years ago

Current build times of gcc are excessive:

Building gcc6 [gcc-6.5.0.tar.xz] at Tue Oct 29 04:19:33 GMT 2019

Configuring...
Running make...
Running make install...
Elapsed: 5057secs

latest gcc:

Building gcc [gcc-9.2.0.tar.xz] at Tue Oct 29 04:05:28 GMT 2019

Configuring...
Running make...
Running make install...
Elapsed: 6172secs

Platform:

dellelce commented 4 years ago

Reviewing the base builds of gcc I found an issue that needs to be fixed and then need to rerun performance tests.

dellelce commented 4 years ago

gcc 6.5.0 built by gcc 6.5.0:

Building gcc6 [gcc-6.5.0.tar.xz] at Tue Oct 29 15:10:31 GMT 2019

Configuring...
Running make...
Running make install...
Elapsed: 5012secs

No real differences.