From 9b3013fd9ba1645174bc0f42d7c762557aad3d02 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Sun, 15 Mar 2015 21:35:43 +0700 Subject: [PATCH] benches: add --no-tag-primitive Signed-off-by: Jean Privat --- benchmarks/bench_engines.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/bench_engines.sh b/benchmarks/bench_engines.sh index 442f7bd..4d4c6c6 100755 --- a/benchmarks/bench_engines.sh +++ b/benchmarks/bench_engines.sh @@ -207,7 +207,7 @@ function bench_nitc-s_options() plot "$name.gnu" } -bench_nitc-s_options "slower" --hardening --no-shortcut-equal --no-union-attribute --no-shortcut-range --no-inline-intern "--no-gcc-directive likely --no-gcc-directive noreturn" +bench_nitc-s_options "slower" --hardening --no-shortcut-equal --no-union-attribute --no-shortcut-range --no-inline-intern "--no-gcc-directive likely --no-gcc-directive noreturn" "--no-tag-primitives" bench_nitc-s_options "nocheck" --no-check-null --no-check-autocast --no-check-attr-isset --no-check-covariance --no-check-assert bench_nitc-s_options "faster" --skip-dead-methods --inline-coloring-numbers --inline-some-methods --direct-call-monomorph "--inline-some-methods --direct-call-monomorph" "" -- 1.7.9.5