Soeren Sandmann <[EMAIL PROTECTED]> 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
_______________________________________________
Performance-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/performance-list

Reply via email to