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]

RE: locks on X86


Jeff wrote:
> I can't see how you could modify the code at runtime however... if the
> lock routine is inlined, there could be many occurences of it, and you'd
> have to arrange for it to be placed in a RW segment somehow.

ld.so will already look for libraries in different directories depending on
the target system (i686 -vs- i386, for instance).  Perhaps we could convince
Ulrich that adding support for uni- vs multi-processor targets is a good
idea and then simply `multilib' libgcj.so.  Maybe it already does this.
Glibc always surprises me!

AG


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