From: Jean Privat Date: Thu, 27 Mar 2014 20:36:06 +0000 (-0400) Subject: benchs: add --no-gcc-directive to bench_nitg-s_options-slower X-Git-Tag: v0.6.6~132^2~4 X-Git-Url: http://nitlanguage.org benchs: add --no-gcc-directive to bench_nitg-s_options-slower Signed-off-by: Jean Privat --- diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index b8e7e55..a021553 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -259,7 +259,7 @@ function bench_nitg-s_options() plot "$name.gnu" } -bench_nitg-s_options "slower" --hardening --no-inline-intern --no-union-attribute --no-shortcut-equal --no-shortcut-range +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 "typing" NOALL --bm-typing --phand-typing