Re: [webkit-dev] JavaScriptCore Garbage Collector Invocation

2012-02-06 Thread Filip Pizlo
> Hi, > > I have been trying to optimize or somehow control the invocation of the Java > Script Core's Garbage Collector by changing certain values like the > highWaterMark and minBytesPerCycle of Heap.cpp. By default the value of > minBytesPerCycle is 512 KB, but when i change it to 2 MB i fo

Re: [webkit-dev] JavaScriptCore Garbage Collector Invocation

2012-02-06 Thread Geoffrey Garen
Hi Harendra. > Is there any side affect with the changes i have made with minBytesPerCycle > from 512KB to 2 MB? More memory use. > Is there any other i can optimize the performance or control the invocation > of GC? That is the subject of decades of computer science research. Geoff

Re: [webkit-dev] JavaScriptCore Garbage Collector Invocation

2012-02-06 Thread Ashod Nakashian
hawla To: webkit-dev@lists.webkit.org Sent: Monday, February 6, 2012 4:25 PM Subject: [webkit-dev] JavaScriptCore Garbage Collector Invocation Hi, I have been trying to optimize or somehow control the invocation of the Java Script Core's Garbage Collector by changing certain values l

[webkit-dev] JavaScriptCore Garbage Collector Invocation

2012-02-06 Thread Harendra chawla
Hi, I have been trying to optimize or somehow control the invocation of the Java Script Core's Garbage Collector by changing certain values like the highWaterMark and minBytesPerCycle of Heap.cpp. By default the value of minBytesPerCycle is 512 KB, but when i change it to 2 MB i found some perform