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] gdb: sim: automatically pass down sysroot


>>>>> "Marek" == Marek Polacek <mpolacek@redhat.com> writes:

Marek> BTW, couldn't be those strcat()s replaced by, e.g., cheaper mempcpy()?

Thanks for noticing this.

Normally my preference is to prefer the simplest code unless it is known
to be performance-critical.  In a case like this I doubt that it
matters.

Tom


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