Re: [webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-09 Thread haithem rahmani
Hi all,
thanks for your help, so let's make things easier.
If I would like to modify the JS engine inside webkit, which files shall I 
modify to enable the new JS ?
I have to run bechmarks by myself and compare JS engines. 

On Sat, Nov 8, 2008 at 11: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
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-08 Thread haithem rahmani
Hi all,

I would like, for benchmarking purposes, to have different Javascript
engines inside Webkit and to have a runtime option to enable/disable them.

But I don't know where to modify exactly in ordrer to plug the  new
javaScript engine (google V8 for example), and where to add the runtime
option.
can anyone help me please ?

regards.

haithem
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-08 Thread Mike Belshe
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
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev