This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj-mingw is ready for inclusion in gcc 3.1


Adam Megacz wrote:

>I've heard rumors of moving towards one .o per package for
>libgcj... do you think we could include an option to disable this
>behavior in the configury? That way you don't have to rebuild a whole
>package when you change just one source file. It would also help me a
>lot with my unreachable method stripping stuff.
>

Yep, I want to have the option to build either way. Its a trade-off 
between quicker total rebuild time (and avoiding platform command line 
length limits) and possibly quicker partial rebuilds. Of course if you 
modify something like java.lang.Object that everything else depends on, 
then the package-at-a-time method will still be quicker.

regards

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]