RESOLVED FIXED 92034
DFG is too aggressive in performing the specific value optimization on loads
https://bugs.webkit.org/show_bug.cgi?id=92034
Summary DFG is too aggressive in performing the specific value optimization on loads
Filip Pizlo
Reported 2012-07-23 15:10:03 PDT
The optimization is not valid if the structure holding the specific value is a dictionary. We can either flatten the dictionary, or skip the optimization.
Attachments
the patch (71.34 KB, patch)
2012-07-23 15:42 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2012-07-23 15:42:31 PDT
Created attachment 153880 [details] the patch
Mark Hahnenberg
Comment 2 2012-07-23 15:45:26 PDT
Comment on attachment 153880 [details] the patch r=me
Filip Pizlo
Comment 3 2012-07-23 15:46:38 PDT
Note You need to log in before you can comment on or make changes to this bug.