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] Make file-based lookup more interruptable


[Sorry for being late]

On 22/05/15 18:46, Doug Evans wrote:
I'd classify this as being no different than a performance improvement.

I think they are different.  IMO, performance improvement is the time
or memory reduction to some degree.  This kind of change can be user
visible (10 min -> 10s) and can be user invisible (2s -> 1s).

There already is a level of interruptability, the only change is in degree
of responsiveness.

We*can*  start adding such things to NEWS, but we don't do so today.
Before we start imposing this on everyone, we'll need to establish
what does and does not qualify - I'm guessing we don't want to add
a NEWS entry for every little performance improvement.

However, this change isn't performance improvement, because it doesn't
shorten the time of operation like "b 'foo.c':bar".  This change only
makes GDB more interruptable during some operations, IMO this is a good
news to users and we should let them know.

Regarding to NEWS entry for performance improvement, I don't have an
opinion on it.

--
Yao (éå)


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