This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Tell do_allocate_static_fields which fields to allocate
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
>> This sounds like a reasonable suggestion to me.
>> It is nice when we can reduce the number of cases in the linker -- it
>> is already super complex.
Andrew> Like I said, it's semantically different. In the interpreted case,
Andrew> the initializers are constant pool indexes, in the compiled case
Andrew> they're direct pointers.
So they are. In that case, go for it.
thanks,
Tom