Re: [webkit-dev] Where are bench-alloc-reatained.js and ~-nonretaned.js?

2010-04-20 Thread Balazs Kelemen
Thanks for the commit, Geoffrey! :-)

On 04/19/2010 02:44 PM, Balazs Kelemen wrote:
   Hi folks!

 I am doing some hacking around the GC, and want to test and benchmark it.
 In GC related changes I see results of these two benchmarks, but I do
 not find them in the tree.
 Are those living in the tree? If not, I think it would be useful to
 check-in them.

 Balazs Kelemen


   

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


Re: [webkit-dev] Where are bench-alloc-reatained.js and ~-nonretaned.js?

2010-04-20 Thread Balazs Kelemen
We investigating in multithreading possibilities. In connection with the
GC I try to organize the mark phase into a parallel thread.
The idea is to have 2 heap, serve allocations from the active one, while
marking the other. When the active is full, swap them.
Currently, it is in a non stable and non complete state, and it is not
100% that it will be ever complete.

On 04/19/2010 11:08 PM, Geoffrey Garen wrote:
 Hi Balazs.

 I just checked in those two tests to JavaScriptCore/tests/perf.

 What kind of GC hacking are you doing?

 Geoff

 On Apr 19, 2010, at 5:44 AM, Balazs Kelemen wrote:

   
  Hi folks!

 I am doing some hacking around the GC, and want to test and benchmark it.
 In GC related changes I see results of these two benchmarks, but I do
 not find them in the tree.
 Are those living in the tree? If not, I think it would be useful to
 check-in them.

 Balazs Kelemen

 ___
 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


[webkit-dev] Where are bench-alloc-reatained.js and ~-nonretaned.js?

2010-04-19 Thread Balazs Kelemen
  Hi folks!

I am doing some hacking around the GC, and want to test and benchmark it.
In GC related changes I see results of these two benchmarks, but I do
not find them in the tree.
Are those living in the tree? If not, I think it would be useful to
check-in them.

Balazs Kelemen

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


Re: [webkit-dev] Where are bench-alloc-reatained.js and ~-nonretaned.js?

2010-04-19 Thread Geoffrey Garen
Hi Balazs.

I just checked in those two tests to JavaScriptCore/tests/perf.

What kind of GC hacking are you doing?

Geoff

On Apr 19, 2010, at 5:44 AM, Balazs Kelemen wrote:

  Hi folks!
 
 I am doing some hacking around the GC, and want to test and benchmark it.
 In GC related changes I see results of these two benchmarks, but I do
 not find them in the tree.
 Are those living in the tree? If not, I think it would be useful to
 check-in them.
 
 Balazs Kelemen
 
 ___
 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