Re: [PATCH] tests/plugin: Remove duplicate insn log from libinsn.so

2023-06-20 Thread Alex Bennée
Richard Henderson writes: > On 6/19/23 19:34, Alex Bennée wrote: >> Richard Henderson writes: >> >>> On 6/12/23 04:50, Richard Henderson wrote: On 6/11/23 02:14, Alex Bennée wrote: > > Richard Henderson writes: > >> This is a perfectly natural occurrence for x86 "rep mov

Re: [PATCH] tests/plugin: Remove duplicate insn log from libinsn.so

2023-06-20 Thread Richard Henderson
On 6/19/23 19:34, Alex Bennée wrote: Richard Henderson writes: On 6/12/23 04:50, Richard Henderson wrote: On 6/11/23 02:14, Alex Bennée wrote: Richard Henderson writes: This is a perfectly natural occurrence for x86 "rep movb", where the "rep" prefix forms a counted loop of the one insn

Re: [PATCH] tests/plugin: Remove duplicate insn log from libinsn.so

2023-06-19 Thread Alex Bennée
Richard Henderson writes: > On 6/12/23 04:50, Richard Henderson wrote: >> On 6/11/23 02:14, Alex Bennée wrote: >>> >>> Richard Henderson writes: >>> This is a perfectly natural occurrence for x86 "rep movb", where the "rep" prefix forms a counted loop of the one insn. Durin

Re: [PATCH] tests/plugin: Remove duplicate insn log from libinsn.so

2023-06-19 Thread Richard Henderson
On 6/12/23 04:50, Richard Henderson wrote: On 6/11/23 02:14, Alex Bennée wrote: Richard Henderson writes: This is a perfectly natural occurrence for x86 "rep movb", where the "rep" prefix forms a counted loop of the one insn. During the tests/tcg/multiarch/memory test, this logging is trigg

Re: [PATCH] tests/plugin: Remove duplicate insn log from libinsn.so

2023-06-11 Thread Richard Henderson
On 6/11/23 02:14, Alex Bennée wrote: Richard Henderson writes: This is a perfectly natural occurrence for x86 "rep movb", where the "rep" prefix forms a counted loop of the one insn. During the tests/tcg/multiarch/memory test, this logging is triggered over 35 times. Within the context

Re: [PATCH] tests/plugin: Remove duplicate insn log from libinsn.so

2023-06-11 Thread Alex Bennée
Richard Henderson writes: > This is a perfectly natural occurrence for x86 "rep movb", > where the "rep" prefix forms a counted loop of the one insn. > > During the tests/tcg/multiarch/memory test, this logging is > triggered over 35 times. Within the context of cross-i386-tci > build, whi

[PATCH] tests/plugin: Remove duplicate insn log from libinsn.so

2023-06-10 Thread Richard Henderson
This is a perfectly natural occurrence for x86 "rep movb", where the "rep" prefix forms a counted loop of the one insn. During the tests/tcg/multiarch/memory test, this logging is triggered over 35 times. Within the context of cross-i386-tci build, which is already slow by nature, the logging