Displaying 1 result from an estimated 1 matches for "_operational".
Did you mean:
operational
2003 Oct 24
0
The LLVM 1.0 Release is finally available!
...ophisticated projects using LLVM within days.
WHY IS LLVM USEFUL?
LLVM uses a low-level, RISC-like, language-independent representation to
analyze and optimize programs. Key features include explicit control
flow, dataflow (SSA), and a language-independent type system that can
capture the _operational behavior_ of high-level languages. The LLVM
representation is low-level enough to represent arbitrary application and
system code, yet is powerful enough to support aggressive "high-level"
transformations. The LLVM infrastructure uses this representation to
allow these optimizat...