Re: Connect The Dots: iPhone Graphics, OS X, LLVM, ARM, and Ruby?



Soeren Sandmann <sandmann daimi au dk> writes:

> I have actually been looking at LLVM lately. Some quick notes from me
> playing around with it:

One thing I forgot:

- They have a compiler that will translate C code into an SSA graph
  suitable for input to the JIT compiler, so for things like
  fbRasterize we could more or less take the existing code and
  generate the SSA graph from that.

  This compiler can be tried out here:

        http://llvm.org/demo/


Soren



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]