public inbox for dwz@sourceware.org
 help / color / mirror / Atom feed
* [RFC 2/13][odr] Add odr variable
@ 2019-01-01  0:00 Tom de Vries
  0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2019-01-01  0:00 UTC (permalink / raw)
  To: dwz, jakub; +Cc: Michael Matz

Hi,

Add odr variable that enables/disables the odr optimization.

Any comments?

Thanks,
- Tom

[odr] Add odr variable

2019-12-10  Tom de Vries  <tdevries@suse.de>

	* dwz.c (odr): New variable.

---
 dwz.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dwz.c b/dwz.c
index a08cffe..5a1f388 100644
--- a/dwz.c
+++ b/dwz.c
@@ -181,6 +181,8 @@ enum die_count_methods
 };
 static enum die_count_methods die_count_method = estimate;
 
+int odr = 0;
+
 typedef struct
 {
   Elf *elf;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-12-10 17:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-01  0:00 [RFC 2/13][odr] Add odr variable Tom de Vries

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).