This is the mail archive of the gdb@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: Move GDB to C++ ?


Stan Shebs wrote:
if you use function dispatching to iterate, you blow your optimization opportunities in code that is known to be time-critical.

Not having to kludge up indirect dispatch would be nice for a number of reasons, performance is not one of them. It's like adding "inline" because we think that will fix a not spot.


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