|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
State of TamarinHi,
i just wanted to ask: What is the state of tamarin? Will it be integrated in future firefox js engines - or is it cancelled and will only be used in flash player engines? Kind Regards, moonglum _______________________________________________ dev-tech-js-engine mailing list dev-tech-js-engine@... https://lists.mozilla.org/listinfo/dev-tech-js-engine |
|
|
Re: State of TamarinLucas:
I am not a mozillian, however, IIUC -- - Tamarin was never slated for Firefox - ScreamingMonkey (Taramin's conservative GC + SpiderMonkey) is cancelled - Tamarin and TraceMonkey (SpiderMonkey + Tracing JIT) share the same JIT compiler Wes On Tue, Oct 13, 2009 at 5:44 AM, Lucas <lucas.dohmen@...> wrote: > Hi, > > i just wanted to ask: What is the state of tamarin? Will it be > integrated in future firefox js engines - or is it cancelled and will > only be used in flash player engines? > > Kind Regards, > moonglum > _______________________________________________ > dev-tech-js-engine mailing list > dev-tech-js-engine@... > https://lists.mozilla.org/listinfo/dev-tech-js-engine > -- Wesley W. Garland Director, Product Development PageMail, Inc. +1 613 542 2787 x 102 _______________________________________________ dev-tech-js-engine mailing list dev-tech-js-engine@... https://lists.mozilla.org/listinfo/dev-tech-js-engine |
|
|
|
|
|
Re: State of Tamarinmoonglum wrote:
> Wes: > > Thanks for your response, heard something similiar in irc from another > non-mozillian! > The JUT Compiler seems to be named NanoJIT. Yes. NanoJIT is the sole component shared between Tamarin (the Adobe ActionScript interpreter/JIT) and Spidermonkey/Tracemonkey (the Mozilla Javascript interpreter/JIT). NanoJIT is not a complete JIT for either language. It's a backend component that consumes a language-independent intermediate form called LIR and generates machine code. We're in the process of promoting NanoJIT to a independent project with its repository, to make sharing code between the two projects easier. -Graydon _______________________________________________ dev-tech-js-engine mailing list dev-tech-js-engine@... https://lists.mozilla.org/listinfo/dev-tech-js-engine |
|
|
Re: State of TamarinOn 14 Okt., 08:21, Graydon Hoare <gray...@...> wrote:
> moonglum wrote: > > Wes: > > > Thanks for your response, heard something similiar in irc from another > > non-mozillian! > > The JUT Compiler seems to be named NanoJIT. > > Yes. NanoJIT is the sole component shared between Tamarin (the Adobe > ActionScript interpreter/JIT) and Spidermonkey/Tracemonkey (the Mozilla > Javascript interpreter/JIT). > > NanoJIT is not a complete JIT for either language. It's a backend > component that consumes a language-independent intermediate form called > LIR and generates machine code. We're in the process of promoting > NanoJIT to a independent project with its repository, to make sharing > code between the two projects easier. > > -Graydon Thanks Graydon! So most of what is written here (http://en.wikipedia.org/wiki/Tamarin_ %28JavaScript_engine%29) is bullocks, right? And Tamarin ist not a JS Interpreter/JIT but only a ActionScript Interpreter/JIT? Ok, now i understood what NanoJIT is :) - moonglum _______________________________________________ dev-tech-js-engine mailing list dev-tech-js-engine@... https://lists.mozilla.org/listinfo/dev-tech-js-engine |
|
|
Re: State of TamarinOn Wed, Oct 14, 2009 at 3:12 PM, moonglum <lucas.dohmen@...> wrote:
> So most of what is written here (http://en.wikipedia.org/wiki/Tamarin_ > %28JavaScript_engine%29<http://en.wikipedia.org/wiki/Tamarin_%0A%28JavaScript_engine%29>) > is bullocks, right? > Seems accurate, but I edited it a bit to clarify. > And Tamarin ist not a JS Interpreter/JIT but only a ActionScript > Interpreter/JIT? > Yeah, but it was supposed to track ES4 development, which was supposed to be mostly backwards-compatible with JavaScript 1.x. I don't know how compatible it is with JS now, though. Nickolay _______________________________________________ dev-tech-js-engine mailing list dev-tech-js-engine@... https://lists.mozilla.org/listinfo/dev-tech-js-engine |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |