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: JavaOne talk proposal: feedback?


Adam Megacz wrote:
> Mips2Java lets you run C/C++ code *inside* a JVM without any of these
> disadvantages.  In order to do this, use any compiler to compile your
> application into a statically linked MIPS binary.  This binary is then
> fed to org.xwt.mips.Compiler, which emits Java source code.  That

I've been meaning to ask this for some time now, but
what MIPS environment do you assume for this tool? I mean,
just emulating the CPU won't do you any good unless you
assume an operating environment, assumptions about the
display, I/O (?), etc., right?

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/



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