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: libgcj and the NPTL posix threads implementation


On Mon, 2004-03-01 at 14:16, Boehm, Hans wrote:
> I'm a bit confused, in part because I'm an X86 assembly amateur.

Same here.

> I assume both of the proposals below retrieve a value stored at an offset from
> %gs?  (What's "move"?  Is it different from "mov" or a typo?) Won't %gs itself do as
> a thread-specific value? 

That was my first guess as well, but I only get 33 out of it.  I don't
know why, and I'm not motivated enough to find out :-)   glibc uses
%gs:0x8 so that's what I went with.

AG

-- 
Anthony Green <green@redhat.com>
Red Hat, Inc.


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