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]

SDL target?


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.

SDL doesn't really qualify as a "target" for gcc, since it doesnt
specify any of the things gcc cares about (instruction set, etc).  But
a lot of libgcj's native methods could be written as calls to libSDL,
which would give us "ports for free".

Plus SDL is gaining popularity for gaming/embedded platforms, which
typically don't have any existing JVM.

  - a

-- 
"Truth is One, though the Sages know it as Many."    -- Rig Veda


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