This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: timetable change on mingw-libgcj
Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
> Yes, theres an overview of the Mac OS X threading here:
> http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/InverEnvironissues/Threading_Packages.html
Yow, I had no idea that they had HotSpot for PowerPC (I figured they
just ported the MRJ to OSX)... Well, since Apple exposes the Quartz
API as native methods (no mucking with loadLibrary()), I can just
stick to HotSpot until we see pthread_kill() on Darwin.
Problem solved =)
- a