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