Tamarin: Difference between revisions
Jump to navigation
Jump to search
(→Intro) |
(Mark as Outdated) |
||
| (5 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{OutdatedSpiderMonkey}} | |||
== Intro == | == Intro == | ||
| Line 8: | Line 10: | ||
* 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 | * [[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 23: | Line 27: | ||
* [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 | ||
** See the [[Tamarin::AVM2_Overview_Errata | AVM2 Overview Errata]] for possible errata. | ** 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
Intro
Tamarin virtual machine and implementation plans go here. For background, see:
- Tamarin project page on mozilla.org
- The ECMAScript (ES) language site.
- Tamarin pages at the Mozilla Developer Center.
- JavaScript items in Brendan's roadmap blog.
- Tamarin:Plans - Who is working on what, as of January 2008.
- Tamarin-Developers mailing list for anyone interested in developing (or using) Tamarin-Central or Tamarin-Tracing
New Projects
- ActionMonkey, the integration of Tamarin and SpiderMonkey for Mozilla 2.
- 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:Tracing, aka "TT", an experimental branch using trace-optimization
Weekly Updates
Tamarin hosts a weekly update meeting. See Tamarin Weekly Updates for meeting times and notes.
References
- MMgc is the Tamarin garbage collector.
- AVM2 Overview Reference for the AVM2 (aka, Tamarin) virtual machine
- See the AVM2 Overview Errata for possible errata.
- VTune™ Analyzer is the VTune™ Analyzer JIT Profiling plug-in for Tamarin.
- Tamarin:Porting is a description of the proposed porting layer for Tamarin.
- Tamarin Embedding Guide a guide for embedding Tamarin into another application