bookmark

Low Level Virtual Machine (LLVM)


Description

designed to enable effective program optimization across the entire lifetime of a program. LLVM supports effective optimization at compile time, link-time (particularly interprocedural), run-time and offline (i.e., after software is installed), provides a low-level object code representation that uses simple RISC-like instructions, but provides rich, language-independent, type information and dataflow (SSA) information about operands.

Preview

Tags

Users

  • @panic

Comments and Reviews