[webkit-reviews] review granted: [Bug 82201] [V8][Performance] Optimize createTextNode(), createElement(), cloneNode() etc : [Attachment 133972] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 26 23:43:46 PDT 2012


Adam Barth <abarth at webkit.org> has granted Kentaro Hara
<haraken at chromium.org>'s request for review:
Bug 82201: [V8][Performance] Optimize createTextNode(), createElement(),
cloneNode() etc
https://bugs.webkit.org/show_bug.cgi?id=82201

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=133972&action=review


> Source/WebCore/bindings/scripts/CodeGeneratorV8.pm:3150
> +    bool contextEntered = false;

Can't we just use context.IsEmpty() instead of introducing this bool?


More information about the webkit-reviews mailing list