Binary Autovectorization

2009-01-29 Thread Rodrigo Dominguez
Hi, 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. Thank you, Rodrigo Dominguez

Re: Binary Autovectorization

2009-01-29 Thread Tim Prince
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). That's a tall order, considering how much source level dependency information is needed. I don't know whether proprietary binary

Re: Binary Autovectorization

2009-01-29 Thread Nathan Froyd
. 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

RE: Binary Autovectorization

2009-01-29 Thread Rodrigo Dominguez
Nathan, Great! This is the kind of work I am interested in. Thank you. Rodrigo -Original Message- From: Nathan Froyd [mailto:froy...@codesourcery.com] Sent: Thursday, January 29, 2009 5:04 PM To: Rodrigo Dominguez Cc: gcc@gcc.gnu.org Subject: Re: Binary Autovectorization On Thu