This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: groan: installation
Tom Tromey <tromey@redhat.com> writes:
> >>>>> "Nic" == Nic Ferrier <nferrier@tapsellferrier.co.uk> writes:
>
> Nic> What seems to take the time (at least on my machine) is the _install_
> Nic> of all the header files and the building of the eventual .so libs.
>
> We could speed up the install by changing it to install all the
> headers in one batch (really several batches, since there are too many
> for one batch). (Again, I don't have time to work on this. But you
> could submit a PR at least.)
I'll have a look at doing something to speed it up. Necessity is the
mother of invention and all that.
> I don't think we can do anything about the .so build times.
Reduce the size of them?
Nic