[webkit-reviews] review granted: [Bug 102411] Windows Fibers can corrupt the cached StackBounds : [Attachment 174485] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 10:45:08 PST 2012


Geoffrey Garen <ggaren at apple.com> has granted Mark Hahnenberg
<mhahnenberg at apple.com>'s request for review:
Bug 102411: Windows Fibers can corrupt the cached StackBounds
https://bugs.webkit.org/show_bug.cgi?id=102411

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

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
r=me

This will fix cases that schedule one fiber at a time; we still don't support
fiber A switching to fiber B recursively, since the stack will be discontiguous
in that case.


More information about the webkit-reviews mailing list