[Webkit-unassigned] [Bug 20422] Patch to allow custom memory allocation control

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 6 04:16:08 PDT 2008


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





------- Comment #23 from Kelemen.Balazs.3 at stud.u-szeged.hu  2008-10-06 04:16 PDT -------
We reimplemented our solution for JavaScriptCore by taking into account your
comments. Now we only inherit classes from AllocBase which are ever allocated
on the heap. Visibility of inheritances are not changed and we did not change
structs.

We present the results of SunSpider on the original and on the modified WebKit
(more precisely, on JSC). As you can see, there is no significant difference
between the two versions.

official:Total:                 1597.4ms +/- 0.2%
patched: Total:                 1606.0ms +/- 0.9%
====================
official:Total:                 1602.8ms +/- 0.3%
patched: Total:                 1598.9ms +/- 0.2%
====================
official:Total:                 1600.1ms +/- 0.2%
patched: Total:                 1601.6ms +/- 0.1%
====================
official:Total:                 1601.1ms +/- 0.3%
patched: Total:                 1599.4ms +/- 0.2%
====================
official:Total:                 1602.6ms +/- 0.6%
patched: Total:                 1606.0ms +/- 0.9%
====================
official:Total:                 1610.3ms +/- 1.1%
patched: Total:                 1601.5ms +/- 0.2%
====================
official:Total:                 1602.2ms +/- 0.3%
patched: Total:                 1600.8ms +/- 0.1%
====================
official:Total:                 1606.4ms +/- 0.8%
patched: Total:                 1599.5ms +/- 0.2%
====================
official:Total:                 1600.2ms +/- 0.1%
patched: Total:                 1600.7ms +/- 0.1%
====================
official:Total:                 1608.4ms +/- 0.9%
patched: Total:                 1600.0ms +/- 0.2%


-- 
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