| Related articles |
|---|
| Data flow analysis scrufffymydog@juno.com (2004-06-25) |
| Re: Data flow analysis mdanish@andrew.cmu.edu (Matthew Danish) (2004-06-28) |
| Re: Data flow analysis cfc@shell01.TheWorld.com (Chris F Clark) (2004-06-28) |
| Re: Data flow analysis vbdis@aol.com (2004-06-28) |
| Data Flow Analysis ehyde@top.cis.syr.edu (1991-06-11) |
| Data flow analysis lee@cadenza.rutgers.edu (1992-04-14) |
| Data Flow Analysis gremlin@cs.huji.ac.il (Ofer Ben-Ami) (1997-01-07) |
| From: | scrufffymydog@juno.com (Craig S. Ugoretz) |
| Newsgroups: | comp.compilers |
| Date: | 25 Jun 2004 01:55:41 -0400 |
| Organization: | http://groups.google.com |
| Keywords: | analysis, question |
| Posted-Date: | 25 Jun 2004 01:55:41 EDT |
Hello,
I am interested in learning more about data flow analysis. In
particular, I have an idea for a Java application that would "wrap"
another Java application. This would enable a user to click on a
pixel on the screen and find out which object in the "child"
application owns the pixel. Would data flow analysis be applicable to
this type of problem? I am thinking that a piece of data may have to
go through several transforms until it gets "stamped" upon the screen
as a pixel. In general, does anyone know if this type of problem has
been attempted?
Sincerely,
Craig Ugoretz
Return to the
comp.compilers page.
Search the
comp.compilers archives again.