introduce pet_function_summary
commit6d522a3f23e6f4b39aa80af5a529a3f7a5466bff
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Apr 2014 14:55:27 +0000 (2 16:55 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Jun 2014 15:31:13 +0000 (20 17:31 +0200)
tree711cce53d952ae3cf60d59d6e51f26452b14ee07
parent8b9761209c2d17a8a4a81057da652e48e25ebc60
introduce pet_function_summary

We want to derive the accesses performed through a function call
from the accesses in the body of the function that is being called.
In order to do so, we will abstract the accesses of the function
in a function summary and then instantiate the function summary
at the location of the function call.

This commit introduces the abstraction that keeps track
of the function summary.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
summary.c [new file with mode: 0644]
summary.h [new file with mode: 0644]