RESOLVED FIXED 147950
DFG::ByteCodeParser should attempt constant folding on loads from structures that are DFG-watchable
https://bugs.webkit.org/show_bug.cgi?id=147950
Summary DFG::ByteCodeParser should attempt constant folding on loads from structures ...
Filip Pizlo
Reported 2015-08-12 13:31:29 PDT
We accidentally broke the ByteCodeParser's constant folding of loads from constants with DFG-watchable structures in http://trac.webkit.org/changeset/188292. The constant folding would happen later, but there are some constant folding rules that only the ByteCodeParser is capable of, particularly with things like CreateThis.
Attachments
the patch (2.67 KB, patch)
2015-08-12 13:38 PDT, Filip Pizlo
msaboff: review+
Filip Pizlo
Comment 1 2015-08-12 13:38:50 PDT
Created attachment 258842 [details] the patch
Michael Saboff
Comment 2 2015-08-12 13:41:00 PDT
Comment on attachment 258842 [details] the patch r=me
Filip Pizlo
Comment 3 2015-08-12 14:02:04 PDT
Note You need to log in before you can comment on or make changes to this bug.