Subj : Re: JS in Embedded environment To : netscape.public.mozilla.jseng From : "Andrew Friedl" Date : Wed Jan 22 2003 10:37 pm This is the place. "Alex Reznik" wrote in message news:A78A5A04F63FD511BFD60008C79F2E4C01F78794@mail.statcom1.com... > Hi, guys, I must be on the wrong mailing list, I am interested in embedding > JavaScript into java, using Rhino. > could someone point me in the right direction or is this the right forum? > Thanks, > > Lost > > Alex > > -----Original Message----- > From: Anthony Green [mailto:green@redhat.com] > Sent: Monday, November 18, 2002 9:49 PM > To: Blixa Bargeld > Cc: mozilla-jseng@mozilla.org > Subject: Re: JS in Embedded environment > > > On Thu, 2002-11-14 at 23:40, Blixa Bargeld wrote: > > I would like to know if anyone has heard of some projects around > > SpiderMonkey where : > > -the generated Bytecode would not be interpreted but... > > -...be compiled so as to generate some optimised assembly code for a > > specific Monochip (like Coldfire 5307 for example) so that the script > > runs faster. > > I don't know about spidermonkey, but gcj can compile Rhino (and rhino > produced bytecode) to native code for embedded platforms. See > http://sources.redhat.com/rhug > > AG > > .