13 Aug
2009
13 Aug
'09
7:40 p.m.
On 2009-08-13, at 12:22, Darin Adler wrote:
I believe this is a regression from <http://trac.webkit.org/changeset/47089
.
This can be fixed by using the version of operator new that takes a JSGlobalData* when creating FuncDeclNode and FuncExprNode objects. Should be very quick to do.
I had been looking at this before I saw this thread and came to the same conclusion. I landed the fix in <http://trac.webkit.org/changeset/47225
. It dramatically reduces the leakiness.
- Mark