Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] the meaning of a curve or arc in PDG.


  • Subject: [Frama-c-discuss] the meaning of a curve or arc in PDG.
  • From: benhuan at 126.com (Zhang Longqi)
  • Date: Sat, 8 Sep 2012 21:12:47 +0800 (CST)

 
I want know what's the meaning of a curve or arc in PDG. Which are data dependence and which are control dependence and so on.
who can help me ,thank you very much.

#include <stdio.h>
int main (int argc, char *argv[])
{
        int i,a;
        for (i = 0; i < 100; i += 1)
        {
            a=0;
            if (a==0)
            {
                continue;
            }
            else
            {
                break;
            }
        }
        return 0;
}

this is the graph.
https://dl.dropbox.com/u/5643881/graph.main.dot.png



--
 Regards,
 Zhang Longqi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20120908/af53c182/attachment.html>