This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
new contribution: GSA converter
- From: Manuel Arenaz <arenaz at udc dot es>
- To: gcc at gcc dot gnu dot org
- Date: Tue, 30 Nov 2004 16:12:33 +0100
- Subject: new contribution: GSA converter
Hello,
I have been working for years on topics related to optimizing
and parallelizing compilers. In particular, I have developed
a technique that allows a compiler to recognize frequently
used programming constructs automatically [ICS'03].
I have an experimental implementation of this technique
using the infrastructure provided by an academical compiler
called Polaris.
Now I am beginning to work on porting my experimental code into GCC
so that I can analyze codes written in fortran, C, C++,...
The first step of this port is the implementation of a translator
of the gneric/gimple intermediate representation into
the Gated Single Assignment form.
I have searched the GCC website and I have not found any project
related to the contructrion of the GSA form.
Please confirm that there is not any one working on this
topic and let me know how can I create this new project.
Cheers,
Manuel Arenaz
Bibligraphy:
<x-tad-bigger>[ICS'03] M. Arenaz, J. Touriño, R. Doallo. "A GSA-based
compiler infrastructure to extract parallelism
from complex loops". In 17th ACM Int´l Conference
on Supercomputing, ICS'03. San Francisco, CA,
193-204.
</x-tad-bigger>