RESOLVED FIXED 141632
Rare case profiling should actually work
https://bugs.webkit.org/show_bug.cgi?id=141632
Summary Rare case profiling should actually work
Filip Pizlo
Reported 2015-02-15 21:18:46 PST
Currently, the "likelyToTakeSlowCaseMinimumCount" threshold is 100, which is larger than the number of times a typical bytecode instruction will execute before being DFG compiled (that threshold averages around 1000/15 ~ 66). This means that the rare case profiling doesn't actually help us avoid overspeculating.
Attachments
the patch (1.83 KB, patch)
2015-02-15 22:13 PST, Filip Pizlo
msaboff: review+
Filip Pizlo
Comment 1 2015-02-15 22:13:35 PST
Created attachment 246634 [details] the patch
Michael Saboff
Comment 2 2015-02-15 22:15:22 PST
Comment on attachment 246634 [details] the patch r=me
Filip Pizlo
Comment 3 2015-02-15 22:19:45 PST
Note You need to log in before you can comment on or make changes to this bug.