User:ZbynekWinkler: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Adding garbage collection section.) |
||
| Line 24: | Line 24: | ||
* [https://mail.mozilla.org/pipermail/tamarin-devel/2007-September/000077.html Native Functions and FFI in Tamarin] | * [https://mail.mozilla.org/pipermail/tamarin-devel/2007-September/000077.html Native Functions and FFI in Tamarin] | ||
== Garbage Collection == | |||
* [[Ynvich GC]] | |||
== Development info == | == Development info == | ||
* http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree | * http://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree | ||
Revision as of 15:13, 5 January 2008
Javascript engine
- http://www.ecmascript.org/
- http://developer.mozilla.org/en/docs/JavaScript
- http://www.mozilla.org/projects/tamarin/ or Tamarin
- JavaScript:ActionMonkey -- integrate Tamarin and SpiderMonkey as part of Mozilla 2
- MMgc
Mercurial repositories
Build documentation
js-ctypes
- Hello JS-CTYPES, Goodbye Binary Components
- http://svn.mozilla.org/projects/js-ctypes/trunk/js-ctypes/
- JSctypes
- http://developer.mozilla.org/en/docs/Creating_XPCOM_Components:Component_Internals
- Native Functions and FFI in Tamarin