Ok, sorry for the noise, I found the way to switch:
In user/user.c (or user/cosim.c if running cosimulation) you have the following
define :
//#define RunMethod RunGuestNMethodBreakpoint
//#define RunMethod RunGuestNMethodEmulate
#define RunMethod RunGuestNMethodExecute
Well, as you would expect, Execute *is* the fastest, and it's slower than
before. Am I doing something wrong ?
Regards,
Ludovic LANGE wrote:
> Hello,
>
> Tried the new code and it seems *much* slower than previous CVS version.
>
> 1) Am I the only one to experience this ?
>
> 2) How can you switch between the 3 modes of Monitor execution
> (SBE/Breakpoint/Emulation) ? Which compile/run-time option ?
>
> Thanks.
>