This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Binary Autovectorization
- From: Nathan Froyd <froydnj at codesourcery dot com>
- To: Rodrigo Dominguez <roddomi at hotmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 29 Jan 2009 14:03:59 -0800
- Subject: Re: Binary Autovectorization
- References: <001501c9825b$0fca70d0$2f5f5270$@com>
On Thu, Jan 29, 2009 at 04:46:37PM -0500, Rodrigo Dominguez wrote:
> I am looking at binary auto-vectorization or taking a binary and rewriting
> it to use SIMD instructions (either statically or dynamically). I was
> wondering if anyone knew of similar work and could help me with some links.
Anshuman Dasgupta did some work at Rice University on binary
autovectorization of x86 binaries. See:
http://www.cs.rice.edu/~keith/pubs/LACSI02.pdf
His master's thesis might also be available online.
-Nathan