To state my objective again because I was unclear about it. I want to write a interpretor/compiler that can handles mathematical vector/matrix with linear algebra operation on llvm. Something like matlab/R. I am thinking at a higher level like performing type, and shape inference on matrix/vector type, unrolling the inner loop of matrix operation of full algebraic expression instead of computing the terms eagerly. Do people think llvm is suitable for this context?<div>
<div><br></div><div>Thanks. <br><br><div class="gmail_quote">On Wed, Dec 15, 2010 at 11:18 AM, John McCall <span dir="ltr"><<a href="mailto:rjmccall@apple.com">rjmccall@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Dec 15, 2010, at 9:08 AM, Leon Sit wrote:<br>
> When you say vector in GCC, do you mean vector in the mathematical sense or the low level array sense?<br>
<br>
</div>In the approximately mathematical sense of "the sort of object manipulated by a processor with vector extensions", i.e. a generally small, fixed-size tuple of integer or floating-point element type.  I don't mean the C++ resizable-array type.<br>

<font color="#888888"><br>
John.</font></blockquote></div><br></div></div>