Tamarin: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Mark as Outdated)
 
(15 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{OutdatedSpiderMonkey}}
== Intro ==
== Intro ==


Line 4: Line 6:


* [http://www.mozilla.org/projects/tamarin/ Tamarin project page] on [http://www.mozilla.org mozilla.org]
* [http://www.mozilla.org/projects/tamarin/ Tamarin project page] on [http://www.mozilla.org mozilla.org]
* The [http://www.ecmascript-lang.org/ ECMAScript (ES) language] site.
* The [http://www.ecmascript.org/ ECMAScript (ES) language] site.
* [http://developer.mozilla.org/en/docs/Tamarin Tamarin pages] at the [http://developer.mozilla.org Mozilla Developer Center].
* [http://developer.mozilla.org/en/docs/Tamarin Tamarin pages] at the [http://developer.mozilla.org Mozilla Developer Center].
* JavaScript items in [http://weblogs.mozillazine.org/roadmap/ Brendan's roadmap blog].
* JavaScript items in [http://weblogs.mozillazine.org/roadmap/ Brendan's roadmap blog].
* [[Tamarin:Plans]] - Who is working on what, as of January 2008.
* [http://mail.mozilla.org/listinfo/tamarin-devel Tamarin-Developers mailing list] for anyone interested in developing (or using) Tamarin-Central or Tamarin-Tracing


== New Projects ==
== New Projects ==
Line 12: Line 18:
* [[Tamarin:IronMonkey]], the mapping of IronPython and IronRuby to Tamarin.
* [[Tamarin:IronMonkey]], the mapping of IronPython and IronRuby to Tamarin.
* [[Tamarin:ScreamingMonkey]], integration of Tamarin as a <script> engine in other browsers, starting with IE.
* [[Tamarin:ScreamingMonkey]], integration of Tamarin as a <script> engine in other browsers, starting with IE.
* [[Tamarin:Tracing]], aka "TT", an experimental branch using trace-optimization
== Weekly Updates ==


Tamarin hosts a weekly update meeting.  See [[Tamarin:WeeklyUpdates|Tamarin Weekly Updates]] for meeting times and notes.
== References ==
== References ==
* [[Tamarin::MMgc | GC Overview]] an overview of the Tamarin garbage collector
* [http://developer.mozilla.org/en/docs/MMgc MMgc] is the Tamarin garbage collector.
* [http://www.adobe.com/devnet/actionscript/articles/avm2overview.pdf AVM2 Overview] Reference for the AVM2 (aka, Tamarin) virtual machine
* [http://www.adobe.com/devnet/actionscript/articles/avm2overview.pdf AVM2 Overview] Reference for the AVM2 (aka, Tamarin) virtual machine
** The [[Tamarin::AVM2_Overview_Errata | AVM2 Overview Errata]] page.
** See the [[Tamarin::AVM2_Overview_Errata | AVM2 Overview Errata]] for possible errata.
* [http://wiki.mozilla.org/images/1/14/VTuneJITProfilingInstallationGuide.pdf VTune™ Analyzer] is the VTune™ Analyzer JIT Profiling plug-in for Tamarin.
* [http://wiki.mozilla.org/Tamarin:Porting Tamarin:Porting] is a description of the proposed porting layer for Tamarin.
* [http://wiki.mozilla.org/Tamarin:Embedding Tamarin Embedding Guide] a guide for embedding Tamarin into another application

Latest revision as of 21:22, 27 April 2021

Ambox outdated.png THIS PAGE IS OBSOLETE
This article is in parts, or in its entirety, outdated. Hence, the information presented on this page may be incorrect, and should be treated with due caution. Visit SpiderMonkey.dev for more up to date information.

Intro

Tamarin virtual machine and implementation plans go here. For background, see:

New Projects

Weekly Updates

Tamarin hosts a weekly update meeting. See Tamarin Weekly Updates for meeting times and notes.

References