public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* how to get the .dfa output file in gcc
@ 2009-09-30 17:42 ddmetro
  2009-10-03 18:37 ` ddmetro
  0 siblings, 1 reply; 3+ messages in thread
From: ddmetro @ 2009-09-30 17:42 UTC (permalink / raw)
  To: gcc


Hi All,

We are trying to get the .dfa output file, showing details about the
automaton constructed for - instruction scheduling, using pipeline hazard
detector. However we are unable to do so.

We tried
(a.)uncommenting - (automata_option "v") - in ia64.md file
(b.)adding v_flag = 1 in gen_automata_option() function of genautomata.c
file
and running: make insn-automata.c

None of these gave a .dfa output file.
 
Target language for which optimization is being done: C
Target machine architecture: i686
GCC version: 4.4.1

Kindly help us with our issue.

Thanking All
-Dhiraj

-- 
View this message in context: http://www.nabble.com/how-to-get-the-.dfa-output-file-in-gcc-tp25685438p25685438.html
Sent from the gcc - Dev mailing list archive at Nabble.com.

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

* Re: how to get the .dfa output file in gcc
  2009-09-30 17:42 how to get the .dfa output file in gcc ddmetro
@ 2009-10-03 18:37 ` ddmetro
  2009-10-07  2:50   ` Ben Elliston
  0 siblings, 1 reply; 3+ messages in thread
From: ddmetro @ 2009-10-03 18:37 UTC (permalink / raw)
  To: gcc


Hi All,
         Got the output i386.dfa file in the location -
{$gcc_home}/host-i686-pc-linux-gnu/gcc.
         Followed 2 steps:
1. In the initiate_automaton_gen() function of 'genautomata.c', initialize
the v_flag variable to 1 i.e., v_flag = 1;
2. Build target 'insn-automata.c'.

-Dhiraj
-- 
View this message in context: http://www.nabble.com/how-to-get-the-.dfa-output-file-in-gcc-tp25685438p25731480.html
Sent from the gcc - Dev mailing list archive at Nabble.com.

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

* Re: how to get the .dfa output file in gcc
  2009-10-03 18:37 ` ddmetro
@ 2009-10-07  2:50   ` Ben Elliston
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Elliston @ 2009-10-07  2:50 UTC (permalink / raw)
  To: ddmetro; +Cc: gcc

On Sat, 2009-10-03 at 11:37 -0700, ddmetro wrote:

> 1. In the initiate_automaton_gen() function of 'genautomata.c', initialize
> the v_flag variable to 1 i.e., v_flag = 1;

It should not be necessary to do this.  Can you retry with the .md
syntax?

Ben


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

end of thread, other threads:[~2009-10-07  2:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-30 17:42 how to get the .dfa output file in gcc ddmetro
2009-10-03 18:37 ` ddmetro
2009-10-07  2:50   ` Ben Elliston

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).