[Webkit-unassigned] [Bug 95923] [EFL] Implement GCActivityCallback with platform timer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 19:37:51 PDT 2012


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





--- Comment #5 from hojong.han at samsung.com  2012-09-06 19:38:05 PST ---
(In reply to comment #2)
> (From update of attachment 162393 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=162393&action=review
> 
> > Source/JavaScriptCore/ChangeLog:8
> > +        Implement GCActivityCallback and HeapTimer for EFL port.
> 
> It would be good if you could explain what you need these for.
These are for efficient use of JSC heap.
JSC heap grows rapidly at some web sites and it causes fragmentation a lot in marked blocks so that we put the codes calling collect without sweep according to the allocated size in order to make use of available spaces in marked blocks better.

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



More information about the webkit-unassigned mailing list