[Webkit-unassigned] [Bug 25782] Allow custom memory allocation control in JavaScriptCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 2 09:20:40 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25782





------- Comment #6 from hzoltan at inf.u-szeged.hu  2009-06-02 09:20 PDT -------
Simplier method is to change 'new' call to fastNew, and 'delete' to fastDelete.
(In this case I need to modify only where HashTable instantiated by 'new' and
destructed with delete. JSGlobalData.cpp:106-112) 
If you wish I could attach a patch with this solution.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list