This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/3] set/show code-cache


On Thu, Nov 21, 2013 at 3:47 AM, Pedro Alves <palves@redhat.com> wrote:
> On 11/21/2013 03:03 AM, Yao Qi wrote:
>> +@kindex set code-cache
>> +@item set code-cache on
>> +@itemx set code-cache off
>> +Enable or disable caching of code segment accesses.  When @code{ON},
>> +use caching.  By default, this option is @code{ON}.  This improves
>> +performance of disassembly in remote debugging without affecting
>> +correctness.
>> +
>
> Putting a user hat on, I'd be left wondering what "affecting
> correctness" means here.

I wondered about this and left it as is, given that's what's written
for the stack-cache case.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]