Re: [webkit-dev] Some Questions about Squirrel Fish

2009-01-24 Thread Zoltan Herczeg
Hi! >> - is there any port on top of ARM based platforms? We can announce now that we have started to work on the ARM-JIT port of WebKit here. We have implemented cachable function calls and exception handling first, since these require communication between high level C++ functions and JIT code

Re: [webkit-dev] Some Questions about Squirrel Fish

2009-01-22 Thread Sriram Neelakandan
> - is there any port on top of ARM based platforms? >> > AFAIK, there is no ARM port for SFX_JIT. Not sure if there is any work in progress ! But v8 has an ARM port. I wonder when v8 will come to Webkit ? https://bugs.webkit.org/show_bug.cgi?id=20619 -- Sriram Neelakandan Author - Embedded Linux

Re: [webkit-dev] Some Questions about Squirrel Fish

2009-01-21 Thread Zoltan Herczeg
Hi, >> - Is there any validation test suite other than Sunspider that was used >> to >> validate the SquirrelFish JIT on x86 ? SunSpider is performance benchmark not regression test. To run mozilla regression test use the following command: WebKit/WebKitTools/Scripts/run-javascriptcore-tests Tw

Re: [webkit-dev] Some Questions about Squirrel Fish

2009-01-21 Thread haithem rahmani
s. > > > On Wed, Jan 21, 2009 at 10:01 AM, haithem rahmani < > haithem.rahm...@gmail.com> wrote: > >> >> >> -- Forwarded message -- >> From: Sriram Neelakandan >> Date: Wed, Jan 21, 2009 at 9:56 AM >> Subject: Re:

Re: [webkit-dev] Some Questions about Squirrel Fish

2009-01-21 Thread Sriram Neelakandan
> > - Is it possible to have squirrel fish as a standalone library? > Yes, Look at the JavascriptCore directory.. u can compile JSC standalone with it. > - Is it possible to benchmark squirrelfish alone outside WebKit? > - If I'll port squirrel fish to another platform which files shall I > Port

[webkit-dev] Some Questions about Squirrel Fish

2009-01-20 Thread haithem rahmani
Hi all, Sorry If any of these questions has been already answered - Is it possible to have squirrel fish as a standalone library? - Is it possible to benchmark squirrelfish alone outside WebKit? - If I'll port squirrel fish to another platform which files shall I modify? regards. haithem.