Re: Is this a form of Data Flow Analysis, and what is the proper way solution to the problem?

paolo.bonzini@gmail.com
26 Jan 2006 14:14:44 -0500

          From comp.compilers

Related articles
Is this a form of Data Flow Analysis, and what is the proper way solut owong@castortech.com (Oliver Wong) (2006-01-12)
Re: Is this a form of Data Flow Analysis, and what is the proper way s gneuner2@comcast.net (George Neuner) (2006-01-17)
Re: Is this a form of Data Flow Analysis, and what is the proper way s henry@spsystems.net (2006-01-17)
Re: Is this a form of Data Flow Analysis, and what is the proper way s DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2006-01-17)
Re: Is this a form of Data Flow Analysis, and what is the proper way s paolo.bonzini@gmail.com (2006-01-17)
Re: Is this a form of Data Flow Analysis, and what is the proper way s owong@castortech.com (Oliver Wong) (2006-01-20)
Re: Is this a form of Data Flow Analysis, and what is the proper way s gneuner2@comcast.net (George Neuner) (2006-01-26)
Re: Is this a form of Data Flow Analysis, and what is the proper way s paolo.bonzini@gmail.com (2006-01-26)
Re: Is this a form of Data Flow Analysis, and what is the proper way s pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2006-01-26)
Re: Is this a form of Data Flow Analysis, and what is the proper way s owong@castortech.com (Oliver Wong) (2006-01-28)
Re: Is this a form of Data Flow Analysis, and what is the proper way s pohjalai@cc.helsinki.fi (A Pietu Pohjalainen) (2006-02-03)
| List of all articles for this month |

From: paolo.bonzini@gmail.com
Newsgroups: comp.compilers
Date: 26 Jan 2006 14:14:44 -0500
Organization: http://groups.google.com
References: 06-01-03706-01-069
Keywords: analysis
Posted-Date: 26 Jan 2006 14:14:44 EST

It's easiest if the CFG is built first, or if you imply it in the
syntactic structure of Java.


Short-term, or for performing analyses only, the latter may be ok.
However, if you plan to do any significant *transformation* of the
code, maintaining a goto-free representation such as Java will be a
royal pain.


Paolo



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.