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] Improve performance of large restore commands


Thanks.

On 07/30/2013 12:24 AM, Anton Blanchard wrote:
>On 07/29/2013 03:13 PM, Pedro Alves wrote:
>>> > 	* target.c (memory_xfer_partial): Cap write to 4K
>> Period at end of sentence.  Might as well write KB :-).

FAOD, this is still OK, but,

> 2013-07-29  Anton Blanchard  <anton@samba.org>
> 
> 	* target.c (memory_xfer_partial): Cap write to 4kB.
...
> +	 subset of it.  Cap writes to 4kB to mitigate this.  */
...

do write upper K, not k.  Lowercase k usually indicates decimal
10^3.  (see e.g.,
http://en.wikipedia.org/wiki/Template:Bit_and_byte_prefixes).

-- 
Pedro Alves


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