This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Speedup java front-end when compiling from source
Andrew Pinski <pinskia@physics.uc.edu> writes:
> On May 10, 2004, at 11:29, Zack Weinberg wrote:
>
>> Andrew Haley <aph@redhat.com> writes:
>>> Jakub Jelinek writes:
>>>> As jc1 is not threaded, shouldn't it use getc_unlocked instead of
>>>> getc
>>>> (on arches which have getc_unlocked)?
>>>
>>> That seems reasonable. Do you have a patch in mind?
>>
>> Should already be handled by system.h.
>
> Yes but just not for getc.
Well then, that's where to add it.
zw