[webkit-reviews] review granted: [Bug 86553] The arguments to operationStrCat and operationNewArray can be Garbage Collected before they are used : [Attachment 142123] Strawman Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 15 21:17:01 PDT 2012


Filip Pizlo <fpizlo at apple.com> has granted  review:
Bug 86553: The arguments to operationStrCat and operationNewArray can be
Garbage Collected before they are used
https://bugs.webkit.org/show_bug.cgi?id=86553

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

------- Additional Comments from Filip Pizlo <fpizlo at apple.com>
R=me, though I am curious what the performance implications are.  In
particular, it might be profitable to just scan all scratch buffers during
every GC and have VM entry/exit (the dynamic global object thingy) clear them.


More information about the webkit-reviews mailing list