RESOLVED FIXED 109545
DFG CompareEq optimization should be retuned
https://bugs.webkit.org/show_bug.cgi?id=109545
Summary DFG CompareEq optimization should be retuned
Filip Pizlo
Reported 2013-02-11 22:00:03 PST
Couple of things seem to have gone wrong: - Backend still emits checks even if the CFA has proven them to be unnecessary - Object-to-object comparisons seem to no longer be emitted
Attachments
the patch (36.91 KB, patch)
2013-02-11 23:17 PST, Filip Pizlo
mhahnenberg: review+
Oliver Hunt
Comment 1 2013-02-11 22:06:35 PST
(In reply to comment #0) > Couple of things seem to have gone wrong: > > - Backend still emits checks even if the CFA has proven them to be unnecessary > > - Object-to-object comparisons seem to no longer be emitted inverted branch? :-D
Filip Pizlo
Comment 2 2013-02-11 22:07:33 PST
(In reply to comment #1) > (In reply to comment #0) > > Couple of things seem to have gone wrong: > > > > - Backend still emits checks even if the CFA has proven them to be unnecessary > > > > - Object-to-object comparisons seem to no longer be emitted > > inverted branch? :-D Affirmative.
Filip Pizlo
Comment 3 2013-02-11 23:17:03 PST
Created attachment 187779 [details] the patch
Mark Hahnenberg
Comment 4 2013-02-12 08:56:45 PST
Comment on attachment 187779 [details] the patch r=me
Filip Pizlo
Comment 5 2013-02-12 09:35:54 PST
Note You need to log in before you can comment on or make changes to this bug.