[webkit-reviews] review requested: [Bug 77797] DFG's child references from one node to another should have room for type information : [Attachment 125545] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 5 17:22:39 PST 2012


Filip Pizlo <fpizlo at apple.com> has asked  for review:
Bug 77797: DFG's child references from one node to another should have room for
type information
https://bugs.webkit.org/show_bug.cgi?id=77797

Attachment 125545: the patch
https://bugs.webkit.org/attachment.cgi?id=125545&action=review

------- Additional Comments from Filip Pizlo <fpizlo at apple.com>
Changed all present uses of childX() = foo with setChildX(foo).

I did not remove the childX() methods that returned mutable references, because
that would defeat the entire purpose of this patch.


More information about the webkit-reviews mailing list