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] Use vectors in uploaded tracepoints


> The vector definition is probably harmless, although I'm generally
> reluctant to rely on the compiler + linker always doing the right
> thing with masses of static inline functions coming from headers.
> No doubt people will tell me I'm being paranoid, and the build would
> *never* fail with a complaint about duplicate symbols. :-)

I tend to be paranoid too, so that's at least two of us ;-). As I said,
whatever option you end up choosing will be fine. (in those cases,
when none of the options have clear benefits, I tend to stick to
the laziest one - maybe that's going to be most useful feedback of
the whole thread??? :-P)

-- 
Joel


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