<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Bluish Coder: tamarin</title>
 <link href="http://bluishcoder.co.nz/tag/tamarin/atom.xml" rel="self"/>
 <link href="http://bluishcoder.co.nz/"/>
 <updated>2020-07-10T16:25:05+12:00</updated>
 <id>http://bluishcoder.co.nz/</id>
 <author>
   <name>Bluishcoder</name>
   <email>admin@bluishcoder.co.nz</email>
 </author>

 
 <entry>
   <title>Tamarin Documentation</title>
   <link href="http://bluishcoder.co.nz/2008/05/21/tamarin-documentation.html"/>
   <updated>2008-05-21T12:17:00+12:00</updated>
   <id>http://bluishcoder.co.nz/2008/05/21/tamarin-documentation</id>
   <content type="html">&lt;p&gt;There have been some great weblog posts recently about the internals of Tamarin. If you&#39;re interested in more details about Tamarin, try the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://masonchang.blogspot.com/search/label/Tamarin&quot;&gt;Mason Chang&#39;s Tamarin posts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://blog.mozilla.com/dmandelin/2008/05/16/tamarin-tracing-internals-part-i/&quot;&gt;David Mandelin&#39;s Tracing Internals post&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://wiki.mozilla.org/Tamarin&quot;&gt;Mozilla Tamarin wiki page&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;For the brave there is an implementation of the Tamarin engine that runs as a scripting engine within Internet Explorer. Called &#39;Screaming Monkey&#39; it is actually working and an &lt;a href=&quot;http://wiki.mozilla.org/Tamarin:ScreamingMonkey&quot;&gt;alpha release is available&lt;/a&gt;. Screaming Monkey is based on the Tamarin Central engine, rather than the Tamarin Tracing engine.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Building the ActionScript compiler for Tamarin</title>
   <link href="http://bluishcoder.co.nz/2008/02/28/building-actionscript-compiler-for.html"/>
   <updated>2008-02-28T01:41:00+13:00</updated>
   <id>http://bluishcoder.co.nz/2008/02/28/building-actionscript-compiler-for</id>
   <content type="html">&lt;p&gt;Adobe have released the &lt;a href=&quot;http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK&quot;&gt;Flex SDK as open source&lt;/a&gt;. The trunk of the SDK repository contains the source to the ActionScript compiler and the GlobalOptimizer component that can be used for &lt;a href=&quot;http://bluishcoder.co.nz/2008/02/implementing-native-methods-in-tamarin.html&quot;&gt;generating code used in Tamarin Tracing&lt;/a&gt;. To build the asc.jar required by Tamarin, first get a copy of the current source, change to the &#39;modules/asc/build/java/&#39; directory and run &#39;ant&#39; to build &#39;asc.jar&#39;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$ svn checkout http://opensource.adobe.com/svn/opensource/flex/sdk/trunk flex-sdk
$ cd flex-sdk/modules/asc/build/java
$ ant clean main
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The generated &#39;asc.jar&#39; file will be in &#39;/modules/asc/lib/asc.jar&#39; and should be copied to the &#39;utils&#39; directory of Tamarin Tracing to be picked up by the build tools.&lt;/p&gt;
</content>
 </entry>
 
 
</feed>
