|
From: <sv...@va...> - 2005-07-24 07:24:01
|
Author: sewardj
Date: 2005-07-24 08:23:54 +0100 (Sun, 24 Jul 2005)
New Revision: 4239
Log:
--branchpred=3D doesn't do anything (I'm not sure what it ever did do). =
Rm'd.
Modified:
trunk/coregrind/m_main.c
trunk/coregrind/m_options.c
trunk/coregrind/pub_core_options.h
trunk/none/tests/cmdline2.stdout.exp
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2005-07-24 07:15:44 UTC (rev 4238)
+++ trunk/coregrind/m_main.c 2005-07-24 07:23:54 UTC (rev 4239)
@@ -1300,7 +1300,6 @@
" --single-step=3Dno|yes translate each instr separately? [no]\n=
"
" --optimise=3Dno|yes improve intermediate code? [yes]\n"
" --profile=3Dno|yes profile? (tool must be built for it) [n=
o]\n"
-" --branchpred=3Dyes|no generate branch prediction hints [no]\n=
"
" --trace-flags=3D<XXXXXXXX> show generated code? (X =3D 0|1) [0000=
0000]\n"
" --profile-flags=3D<XXXXXXXX> ditto, but for profiling (X =3D 0|1) [=
00000000]\n"
" --trace-notbelow=3D<number> only show BBs above <number> [0]\n"
@@ -1475,7 +1474,6 @@
}
=20
else VG_BOOL_CLO(arg, "--xml", VG_(clo_xml))
- else VG_BOOL_CLO(arg, "--branchpred", VG_(clo_branchpred))
else VG_BOOL_CLO(arg, "--db-attach", VG_(clo_db_attach))
else VG_BOOL_CLO(arg, "--demangle", VG_(clo_demangle))
else VG_BOOL_CLO(arg, "--error-limit", VG_(clo_error_limit))
Modified: trunk/coregrind/m_options.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_options.c 2005-07-24 07:15:44 UTC (rev 4238)
+++ trunk/coregrind/m_options.c 2005-07-24 07:23:54 UTC (rev 4239)
@@ -72,7 +72,6 @@
Bool VG_(clo_track_fds) =3D False;
Bool VG_(clo_show_below_main)=3D False;
Bool VG_(clo_pointercheck) =3D True;
-Bool VG_(clo_branchpred) =3D False;
Bool VG_(clo_model_pthreads) =3D False;
Bool VG_(clo_show_emwarns) =3D False;
Int VG_(clo_max_stackframe) =3D 2000000;
Modified: trunk/coregrind/pub_core_options.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/pub_core_options.h 2005-07-24 07:15:44 UTC (rev 4238)
+++ trunk/coregrind/pub_core_options.h 2005-07-24 07:23:54 UTC (rev 4239)
@@ -135,8 +135,6 @@
is ignored. Ie if a tool says no, I don't want this to run, that
cannot be overridden from the command line. */
extern Bool VG_(clo_run_libc_freeres);
-/* Generate branch-prediction hints? */
-extern Bool VG_(clo_branchpred);
/* Continue stack traces below main()? Default: NO */
extern Bool VG_(clo_show_below_main);
/* Test each client pointer dereference to check it's within the
Modified: trunk/none/tests/cmdline2.stdout.exp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/none/tests/cmdline2.stdout.exp 2005-07-24 07:15:44 UTC (rev 423=
8)
+++ trunk/none/tests/cmdline2.stdout.exp 2005-07-24 07:23:54 UTC (rev 423=
9)
@@ -47,7 +47,6 @@
--single-step=3Dno|yes translate each instr separately? [no]
--optimise=3Dno|yes improve intermediate code? [yes]
--profile=3Dno|yes profile? (tool must be built for it) [no=
]
- --branchpred=3Dyes|no generate branch prediction hints [no]
--trace-flags=3D<XXXXXXXX> show generated code? (X =3D 0|1) [00000=
000]
--profile-flags=3D<XXXXXXXX> ditto, but for profiling (X =3D 0|1) [0=
0000000]
--trace-notbelow=3D<number> only show BBs above <number> [0]
|