Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch 0/2] Unify lookup_symbol_in_objfile_symtabs
@ 2014-12-03 17:06 Jan Kratochvil
  2014-12-03 17:18 ` Doug Evans
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Kratochvil @ 2014-12-03 17:06 UTC (permalink / raw)
  To: gdb-patches

Hi,

I have seen
	[patchv3 2/2] Accelerate lookup_symbol_aux_objfile 85x
could be even applied in one other part of code which is duplicated now.

I am just not sure if we should go the route of
	struct objfile * -> const struct objfile *
or the other way of:
	const struct objfile * -> struct objfile *

Normally const adding is better but here I do not see much useful to have any
struct objfile * const and then it just causes pointer compatibility problems.

Please choose +const or -const variant for check-in.


Jan


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-12-03 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-03 17:06 [patch 0/2] Unify lookup_symbol_in_objfile_symtabs Jan Kratochvil
2014-12-03 17:18 ` Doug Evans
2014-12-03 17:36   ` Jan Kratochvil
2014-12-03 17:41     ` Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox