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 (part 2).


> I am not happy with the "hackiness" of this patch, but don't see how to
> fix this better.

Yeah, I'm also very uncomfortable with this change but I don't see
a better solution yet either. One of the issues is that I don't like
globals, because I know they're probably going to be a pain to deal with
multi-process (althought I wonder if that part can easily be dealt with
by putting it in struct inferior).

I'd really like it to be approved by more than just me before
it goes in. I can't propose anything better at the moment, so I won't
object. Can you lobby some of the other global maintainers to take
a look?

-- 
Joel


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