This is the mail archive of the gdb-patches@sourceware.cygnus.com 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]

Re: Revision: (patch) hpjyg09: bcache optimizations



Jimmy Guo <guo@cup.hp.com> writes:
>  [...]
> ! /* CM: The hash function is called a LOT, so have a an inlined version.
> !    This should help scaling to larger apps. */
>  [...]

It would help in deciding whether making this a macro is wise if
actual performance measurements were taken with and without inlining.
Inlining such a relatively large body of code is definitely not a
definite win.  :-)

- FChE

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