Digital Marketing

The LLVM Compiler Infrastructure Project

The LLVM compiler infrastructure project is a set of compiler and toolchain technologies, which can be used to develop a front end for any programming language and a back end for any instruction set architecture. LLVM is designed around a language-independent intermediate representation that serves as a portable, high-level assembly language that can be optimized with a variety of transformations over multiple passes.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database