This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Polyhedral Model


Hi,

I'm a master degree student at University of Campinas
(Unicamp/Brazil), and I'd been trying to find a compiler to add to it
a loop optimization based on polyhedral model.
The polyhedral model (basically) works with nested loops structures,
performing some transformations, in order to improve the efficiency of
their execution. I'm trying to apply this method to automatic
compilation for multicore processors.
Well, I didn't find anything about a implementation of this kind of
optimization inside of gcc. Also, I need to know if someone is working
on something like this using the gcc compiler.

Thanks in advance,

--
Cristianno Martins


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]