Hi.
Gimple code of the program I have tried to get the pointsTo
information is as follow:
A = 0;
B = &A;
C = &B;
D = &C;
D.1255 = *D;
D = (int * * *) D.1255;
The expected pointsTo pairs are,
B = { A } , A = { }, C = { B }, D.1255 = { B }, D = { B C }
But with GCC-4.3.0, and command lin
Workshop on Essential Abstractions in GCC, 2009
(http://www.cse.iitb.ac.in/grc/gcc-workshop-09)
-
Organized by: GCC Resource Center (http://www.cse.iitb.ac.in/grc).
Venue: Department
vector analysis)
- Seema
> Cheers,
>
> Manuel.
>
> 2009/3/4 Seema Ravandale :
>> Announcement: gdfa - Generic data flow analyzer for GCC.
>> Developed by: GCC resource center, IITB
>>
>> Patch and the Documentation can be found at the below link,
>>
>&g
Hi.
Sorry for inconvenience.
The link should work now. If it wont, then please have patience for few days.
The work of server upgradation is going on, which might have coused problem.
We are talking to system administrator for the same. The problem will
be fixed within a couple of days.
- Seema
Announcement: gdfa - Generic data flow analyzer for GCC.
Developed by: GCC resource center, IITB
Patch and the Documentation can be found at the below link,
http://www.cse.iitb.ac.in/grc/gdfa.html
Ms. Seema S. Ravandale
Project Engg,
GCC Resource Center
Department of Computer Science & Engg.
II
ts to foo would be stored.
Is there any way to find it out?
- Seema Ravandale
Note: I am working on GCC-4.3.0
Hi Rohan,
I have already worked on cfg data structure, plugin "data flow pass" on cfg.
For this purpose, following links would be useful.
http://www.cse.iitb.ac.in/~uday/gcc-workshop/?file=downloads
more info can be available at
http://www.cse.iitb.ac.in/grc/
- Seema
On Thu, Aug 21, 2008 at 6