AESOP: A New Auto-Parallelizing Compiler

Written by Michael Larabel in Programming on 3 March 2013 at 03:22 PM EST. 4 Comments
PROGRAMMING
AESOP is a new auto-parallelizing C/C++ compiler for shared memory systems. This new open-source compiler was written at the University of Maryland and is now available to the public.

The AESOP auto-parallelizing compiler is based upon LLVM and is designe for real-world workloads rather than just small, simple kernels. AESOP is said to already be able to compile SPEC2006 and OMP2001 benchmarks.

The university claims that AESOP can serve as a drop-in replacement for Clang, GCC, C++, and Gfortran compilers. AESOP is mostly tested on 32-bit Linux but should work for other architectures too where LLVM is supported.

Phoronix benchmarks will likely come soon of this auto-parallelizing shared-memory compiler.

The compiler source can be found on the web-site for the University of Maryland's Electrical & Computer Engineering Department. The compiler was announced to the public on Sunday morning via the LLVM developers' list.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week