RESOLVED FIXED Bug 68784
DFG static prediction code is no longer needed and should be removed
https://bugs.webkit.org/show_bug.cgi?id=68784
Summary DFG static prediction code is no longer needed and should be removed
Filip Pizlo
Reported 2011-09-25 17:47:23 PDT
The DFG originally used static predictions to drive speculation and optimization. But now the DFG has value profiles, rare case profiles, and the old JIT's structure stub infos and method call link infos to dynamic predictions, which have been found to do a better job of driving speculation and optimization. At this point, the static prediction code is just getting in the way and should be removed.
Attachments
the patch (63.88 KB, patch)
2011-09-25 18:08 PDT, Filip Pizlo
oliver: review+
Filip Pizlo
Comment 1 2011-09-25 18:08:35 PDT
Created attachment 108619 [details] the patch
Filip Pizlo
Comment 2 2011-09-25 19:24:28 PDT
Landed in r95930.
Note You need to log in before you can comment on or make changes to this bug.