Open whnbaek opened 3 years ago
benchmark | Inliner | mallocInliner | inlinerPipelineO3 | inplinerPipelineO2 | inlinerPipelineO1 |
---|---|---|---|---|---|
anagram | 24.50% | 23.91% | 25.41% | 25.41% | 25.30% |
binary_tree | 2.04% | 1.45% | |||
bitcount1 | 17.32% | 13.81% | 21.05% | 21.05% | 21.05% |
bitcount2 | -2.77% | -2.77% | 18.76% | 18.76% | -2.77% |
bitcount3 | 9.26% | 5.44% | 12.44% | 12.44% | 12.44% |
bitcount4 | 39.87% | 39.85% | 41.78% | 41.78% | 41.78% |
bitcount5 | 13.19% | 13.19% | 15.25% | 15.25% | 13.19% |
bubble_sort | 32.13% | 32.12% | 29.58% | 29.58% | 29.58% |
collatz | 0.24% | 0.24% | 63.50% | 63.50% | 17.04% |
floyd | 34.29% | 18.63% | 34.52% | 34.52% | 34.60% |
gcd | -11.73% | -11.73% | 10.72% | 10.72% | -11.73% |
jenkins_hash | 23.03% | 22.92% | 24.22% | 24.22% | 24.22% |
matmul1 | 15.09% | 14.65% | 9.44% | 9.44% | 9.44% |
matmul2 | 33.72% | 33.30% | 32.06% | 32.06% | 32.06% |
matmul3 | 11.44% | 10.29% | -4.35% | -4.35% | -4.35% |
matmul4 | 33.61% | 41.10% | 29.47% | 29.47% | 29.47% |
merge_sort | 5.65% | 5.00% | 15.94% | 15.94% | 17.00% |
prime | 19.37% | 17.75% | 33.55% | 33.63% | 25.86% |
quick_sort | 18.59% | 15.41% | 29.23% | 29.23% | 28.54% |
radix_sort | 15.21% | 15.38% | |||
rmq1d_naive | -5.34% | 0.40% | 6.17% | 6.17% | 6.17% |
rmq1d_sparsetable | 29.09% | 31.18% | 35.53% | 35.53% | 35.53% |
rmq2d_naive | 13.19% | 10.07% | 13.48% | 13.48% | 13.48% |
rmq2d_sparsetable | 28.05% | 21.90% | 40.83% | 40.31% | 40.13% |
Lack of colors is view only on matmul3 and matmul4.