This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH, take 2] Build java as two separate DLLs on windows.
Andrew Haley wrote:
> Dave Korn wrote:
>> Andrew Haley wrote:
>>> Dave Korn wrote:
>>>> Andrew Haley wrote:
>>>>> Dave Korn wrote:
>>>>>
>>>>>> Here's the final version of my libjava-as-dlls patch.
>>> I also wanted to let the other gcj maintainers know that I am interested in
>>> this patch and will try to review it.
>> Minor ping, then? If it makes it any easier to review, I've committed it
>> onto a branch in the SVN repo:
>>
>> svn+ssh://$USERNAME@gcc.gnu.org/svn/gcc/branches/cygwin-improvements
>
> I was hoping that we'd get a portable solution. Oh well, maybe it can't
> be done.
Did you catch my other post where I tried it (on linux) after crudely
disabling visibility support and it worked? So it has to at least be
possible, and I hope we can build it on top of this patch.
> I hate this:
:) Me too, hence the comment.
> Not your fault, I know: all this messing about is to make the class
> registration data a bit smaller and the registration process faster.
> So it goes.
It's worth it. There is a benefit for all users. There is a small cost,
and it's pretty much only on me: I have to promise to stick around and keep
these numbers up-to-date when they change, until such time as I can figure out
an automatic way of doing it in the build script. I think I can fairly safely
commit to that small level of maintenance effort.
> The patch is OK to go in.
TYVM, will go ahead shortly.
cheers,
DaveK