This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
libjava and gthreads
- From: Adam Megacz <gcj at lists dot megacz dot com>
- To: java at gcc dot gnu dot org
- Date: 14 Jan 2002 12:41:05 -0800
- Subject: libjava and gthreads
- Organization: Myself
I've been poking around gcc's source a bit, and it seems like they
have a thread-abstraction layer in there called gthreads, with
implementations for several platforms.
libjava seems to have reimplemented a lot of this functionality for
POSIX (and now, Win32). Would it make more sense to just call the
gthreads functions in order to reduce the amount of platform-specific
code in libjava?
- a