[webkit-dev] [JSCore] No call to finalize() via Garbage Collector ?

Manuel BACHMANN manuel.bachmann at open.eurogiciel.org
Fri Dec 6 06:20:29 PST 2013


HI Geoffrey,

Thanks a lot for your answer.
After studying the code a bit, it appears that my app is sharing a
JSGlobalContext with others. This context is, by design, never destroyed.

I read the WebKit JavaScript core documentation (
https://developer.apple.com/library/mac/documentation/Carbon/Reference/WebKit_JavaScriptCore_Ref/WebKit_JavaScriptCore_Ref.pdf),
and it says a JSGlobalContext is a "standard" JSContext.

So I suppose that's why the garbage collector never runs "finalize()" ?
Anyways, thanks for the hints.


Regards,
Manuel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-dev/attachments/20131206/3eb4ba62/attachment.html>


More information about the webkit-dev mailing list