Wednesday, July 24, 2013

LLVM is better than assembly

Oooh - this is a nice post on writing LLVM intermediate representation instead of assembly. It's like portable assembly, really, in a representation that optimizers can work with directly, then IR compilers can convert into assembly right on the metal.

This kind of thing makes me want to take a sabbatical.

No comments:

Post a Comment