[webkit-reviews] review granted: [Bug 120179] JSObject and JSArray code shouldn't have to tiptoe around garbage collection : [Attachment 209405] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 16:42:00 PDT 2013


Geoffrey Garen <ggaren at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 120179: JSObject and JSArray code shouldn't have to tiptoe around garbage
collection
https://bugs.webkit.org/show_bug.cgi?id=120179

Attachment 209405: Patch
https://bugs.webkit.org/attachment.cgi?id=209405&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
If we used DeferGC when creating JS objects, we could remove the whole
"finishConstruction" dance and switch back to normal C++ constructors.


More information about the webkit-reviews mailing list