From: Jean Privat Date: Thu, 27 Mar 2014 20:34:41 +0000 (-0400) Subject: benchs: add --inline-some-methods and --direct-call-monomorph to bench_nitg-s_options... X-Git-Tag: v0.6.6~132^2~3 X-Git-Url: http://nitlanguage.org?hp=8e851ea227e3614d7757ee4c29e14d04015fa638 benchs: add --inline-some-methods and --direct-call-monomorph to bench_nitg-s_options-faster Signed-off-by: Jean Privat --- diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index a021553..a97c796 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -261,7 +261,7 @@ function bench_nitg-s_options() } bench_nitg-s_options "slower" --hardening --no-inline-intern --no-union-attribute --no-shortcut-equal --no-shortcut-range "--no-gcc-directive likely" "--no-gcc-directive noreturn" bench_nitg-s_options "nocheck" --no-check-covariance --no-check-initialization --no-check-assert --no-check-autocast --no-check-other -bench_nitg-s_options "faster" --inline-coloring-numbers +bench_nitg-s_options "faster" --inline-coloring-numbers --inline-some-methods --direct-call-monomorph "--inline-some-methods --direct-call-monomorph" bench_nitg-s_options "typing" NOALL --bm-typing --phand-typing function bench_nitg-e_options()