qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2] This makes it easier to figure out whether a particular i


From: Richard Henderson
Subject: Re: [PATCH v2] This makes it easier to figure out whether a particular instruction was actually translated.
Date: Fri, 7 May 2021 16:24:31 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 5/7/21 3:48 PM, Nathan Ringo wrote:
-    trace_translate_block(tb, tb->pc, tb->tc.ptr);
+    trace_translate_block(tb, tb->pc, (int)tb->icount, tb->tc.ptr);

What target are you looking at, because for the variable-length isa's, instruction count may not really help. Perhaps tb->size instead?


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]