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] Eliminate quadratic slow-down on number of solibs (take 2).


>>>>> "Paul" == Paul Pluzhnikov <ppluzhnikov@google.com> writes:

Thanks for the ping.

Tom> These are all just forwarding calls, basically overloads.
Tom> You could add a new overload just for this purpose.

Paul> But they may call themselves recursively.
Paul> I've added a bit to OBJF_* flags instead.

I think this mixes two things: flags to the call, and flags affecting
the resulting objfile.

I'd be happier with a new argument, or changing the name and use of
the 'from_tty' argument -- e.g., adding a new enum and expanding this
argument to be flags-for-the-call.  Either of these is quite a bit
bigger, but mostly mechanical.

Tom


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