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: SDL target?


On Wed, 2004-05-05 at 04:06, Adam Megacz wrote:
> I noticed that libSDL has a threads API.  This is interesting.
> Getting threads and mutexes working is a big part of moving libgcj to
> a new platform, and the SDL folks put a lot of effort into platform
> coverage.  This would even make AWT easier.

Unfortunately, the SDL API provides no mechanisms to stop the world, or
determine the location and size of each stack.  The garbage collector
needs these things.

(quite coincidentally, I wrote my first SDL program yesterday!)

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]