RESOLVED FIXED 106208
Simplify slow case profiling
https://bugs.webkit.org/show_bug.cgi?id=106208
Summary Simplify slow case profiling
Filip Pizlo
Reported 2013-01-06 21:17:17 PST
Currently the slow case profiler requires that the slow case count is greater than some minimum threshold, and that the number of slow case executions constitutes some minimum fraction of total executions of the code block. The latter part of this - the ratio - does not appear to be helpful, so we should just remove it.
Attachments
the patch (7.77 KB, patch)
2013-01-06 21:21 PST, Filip Pizlo
mrowe: review+
Filip Pizlo
Comment 1 2013-01-06 21:21:23 PST
Created attachment 181473 [details] the patch
Filip Pizlo
Comment 2 2013-01-06 22:36:41 PST
Note You need to log in before you can comment on or make changes to this bug.