|
From: Mark W. <ma...@so...> - 2020-05-13 16:06:41
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=47660cc83d93d772da7570de7368f1f92d52d3e6 commit 47660cc83d93d772da7570de7368f1f92d52d3e6 Author: Mark Wielaard <ma...@kl...> Date: Wed May 13 15:46:16 2020 +0200 manual-core-adv.xml: listitems contain paras, not plain CDATA. Diff: --- docs/xml/manual-core-adv.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/xml/manual-core-adv.xml b/docs/xml/manual-core-adv.xml index e94a402b6a..fd05ecf2ec 100644 --- a/docs/xml/manual-core-adv.xml +++ b/docs/xml/manual-core-adv.xml @@ -841,15 +841,15 @@ are however some limitations and peculiarities:</para> the precision of registers and flags values (a typical performance impact for memcheck is given for each option). <itemizedlist> - <listitem> + <listitem><para> <option>--vex-iropt-register-updates=allregs-at-mem-access</option> (+10%) ensures that all registers and flags are up to date at each memory access. - </listitem> - <listitem> + </para></listitem> + <listitem><para> <option>--vex-iropt-register-updates=allregs-at-each-insn</option> (+25%) ensures that all registers and flags are up to date at each instruction. - </listitem> + </para></listitem> </itemizedlist> Note that <option>--vgdb=full</option> (+500%, see above Precision of "stop-at" commands) automatically |