Re: How to use gcc source and try new optmization techniques

2008-08-23 Thread Rohan Sreeram
Seema Ravandale <[EMAIL PROTECTED]> Cc: Rohan Sreeram <[EMAIL PROTECTED]>; [EMAIL PROTECTED] Sent: Thursday, August 21, 2008 4:17:12 AM Subject: Re: How to use gcc source and try new optmization techniques Rohan, Welcome to GCC and I hope you achieve what you want. I would recommend

Re: How to use gcc source and try new optmization techniques

2008-08-23 Thread Rohan Sreeram
Thanks Seema. The data flow analysis plugin is really interesting work. I will take a look at the links given by you. Rohan. - Original Message From: Seema Ravandale <[EMAIL PROTECTED]> To: Rohan Sreeram <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Sent: Wednesday, August 20

Re: How to use gcc source and try new optmization techniques

2008-08-23 Thread Rohan Sreeram
anks, Rohan - Original Message From: Matthew <[EMAIL PROTECTED]> To: Rohan Sreeram <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2008 10:30:07 PM Subject: Re: How to use gcc source and try new optmization techniques I'm in a similar position, but some pointers. > 1) Und

How to use gcc source and try new optmization techniques

2008-08-20 Thread Rohan Sreeram
Hi, I am a student in Utah State University researching on compilers optimization techniques. I wanted to know how I could use gcc for experimenting with optimization. Here is what I intend to do: 1) Understand the control flow graphs being generated by GCC, which I could build using the -fdum