Hi, >> Is there any plan to have the Tamarin >> (http://www.mozilla.org/projects/tamarin >> ) inside WebKit? > > No.
well, that is a short answer :) We did some experiments with Tamarin VM (NanoJIT compiler) as the JIT engine for JavaScriptCore. We have implemented about two third of SquirellFish instructions in NanoJIT LIR. Unfortunately, its speed was somewhat slower than CTI (the current WebKit JIT engine), especially for exception handling, so we decided to abandon that project. Now we focus on native ARM JIT. Zoltan _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

