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]

libjava and gthreads



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


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