Re: RFR: 8319121: hsdis binutils: speedup building from source

2023-10-31 Thread Robbin Ehn
On Tue, 31 Oct 2023 12:53:56 GMT, Erik Joelsson wrote: > > I think you are correct, I tested on some more machines. > > On my vf2 dev board (4-core rv64) it do speed up sh configure, from 7:19 to > > 3:40. I see like 20 instances of cc1 instead 1, a bit to many :) > > Adding the `-j` flag w

Re: RFR: 8319121: hsdis binutils: speedup building from source

2023-10-31 Thread Erik Joelsson
On Tue, 31 Oct 2023 06:39:55 GMT, Robbin Ehn wrote: > I think you are correct, I tested on some more machines. > > On my vf2 dev board (4-core rv64) it do speed up sh configure, from 7:19 to > 3:40. I see like 20 instances of cc1 instead 1, a bit to many :) Adding the `-j` flag without a n

Re: RFR: 8319121: hsdis binutils: speedup building from source

2023-10-30 Thread Robbin Ehn
On Mon, 30 Oct 2023 15:41:48 GMT, Robbin Ehn wrote: > Hi all, please consider. > > Tested configure with binutils-src. > > Thanks I think you are correct, I tested on some more machines. On my vf2 dev board (4-core rv64) it do speed up sh configure, from 7:19 to 3:40. I see like 20 instances

Re: RFR: 8319121: hsdis binutils: speedup building from source

2023-10-30 Thread Erik Joelsson
On Mon, 30 Oct 2023 15:41:48 GMT, Robbin Ehn wrote: > Hi all, please consider. > > Tested configure with binutils-src. > > Thanks This is a good idea, but to get it to work I think we need to re-order things in `configure.ac`. `BPERF_SETUP_BUILD_JOBS` is currently quite late. `LIB_SETUP_LIBR

RFR: 8319121: hsdis binutils: speedup building from source

2023-10-30 Thread Robbin Ehn
Hi all, please consider. Tested configure with binutils-src. Thanks - Commit messages: - Use -j Changes: https://git.openjdk.org/jdk/pull/16421/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16421&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8319121 Stats: 2 li