Hi, Haithem, Both JSC and V8 running through the chromium tree, so you could try that. If you run the "test_shell", its pretty much just a shell for driving the webkit engine, and it works with both JS engines. You can find more information here for how to build it: http://dev.chromium.org/developers/how-tos/getting-around-the-chrome-source-code
Basically there are two visual studio projects; one builds JSC (chrome_kjs) and the other is just chrome. If you have any trouble, drop me an email. Mike On Sat, Nov 8, 2008 at 2:00 PM, Darin Adler <[EMAIL PROTECTED]> wrote: > On Nov 8, 2008, at 12:44 PM, haithem rahmani wrote: > > I would like, for benchmarking purposes, to have different Javascript >> engines inside Webkit and to have a runtime option to enable/disable them. >> > > That's not supported; it would be very difficult to do so efficiently and > no one has even tried to do this. > > -- Darin > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev >
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

