[webkit-reviews] review granted: [Bug 105232] Constant fold !{number} in the parser : [Attachment 179839] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 17 17:19:31 PST 2012


Filip Pizlo <fpizlo at apple.com> has granted Geoffrey Garen <ggaren at apple.com>'s
request for review:
Bug 105232: Constant fold !{number} in the parser
https://bugs.webkit.org/show_bug.cgi?id=105232

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

------- Additional Comments from Filip Pizlo <fpizlo at apple.com>
R=me

We should have the parser do more extensive constant folding.  It will reduce
(a) reduce amount of bytecode, (b) reduce amount of baseline JIT machine code,
and (c) reduce the amount of work that the DFG has to do.


More information about the webkit-reviews mailing list