User Tools

Site Tools


public:rem4:rem4-18:p2._good_bad_abstract

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:rem4:rem4-18:p2._good_bad_abstract [2018/02/02 08:50] thorissonpublic:rem4:rem4-18:p2._good_bad_abstract [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 141: Line 141:
 \\ \\
  
-ABSTRACT: This paper describes LLVM (Low Level Virtual Machine), a compiler framework designed to support transparent, life-long program analysis and transformation for arbitrary programs, by providing high-level information to compiler transformations at compile-time, link-time, run-time, and in idle time between runs. LLVM defines a common, low-level code representation in Static Single Assignment (SSA) form, with several novel features: a simple, language-independent type-system that exposes the primitives commonly used to implement high-level language features; an instruction for typed address arithmetic; and a simple mechanism that can be used to implement the exception handling features of high-level languages (and setjmp/longjmp in C) uniformly and e?ciently. The LLVM compiler framework and code representation together provide a combination of key capabilities that are important for practical, lifelong analysis and transformation of programs. To our knowledge, no existing compilation approach provides all these capabilities. We describe the design of the LLVM representation and compiler framework, and evaluate the design in three ways: (a) the size and e?ectiveness of the representation, including the type information it provides; (b) compiler performance for several inter-procedural problems; and ( c) illustrative examples of the bene?ts LLVM provides for several challenging compiler problems.+ABSTRACT: This paper describes LLVM (Low Level Virtual Machine), a compiler framework designed to support transparent, life-long program analysis and transformation for arbitrary programs, by providing high-level information to compiler transformations at compile-time, link-time, run-time, and in idle time between runs. LLVM defines a common, low-level code representation in Static Single Assignment (SSA) form, with several novel features: a simple, language-independent type-system that exposes the primitives commonly used to implement high-level language features; an instruction for typed address arithmetic; and a simple mechanism that can be used to implement the exception handling features of high-level languages (and setjmp/longjmp in C) uniformly and effciently. The LLVM compiler framework and code representation together provide a combination of key capabilities that are important for practical, lifelong analysis and transformation of programs. To our knowledge, no existing compilation approach provides all these capabilities. We describe the design of the LLVM representation and compiler framework, and evaluate the design in three ways: (a) the size and effectiveness of the representation, including the type information it provides; (b) compiler performance for several inter-procedural problems; and ( c) illustrative examples of the benefts LLVM provides for several challenging compiler problems.
 REASON: The above abstract is an example of a good abstract since it gives a very good idea as to what LLVM is and what it does to someone who is a computer scientist. It starts of by describing what LLVM is made for, then gives a brief description of the LLVM features. It provides just enough detail to give computer scientists an idea as to what LLVM is and its capabilities, this amount of detail should allow the reader to decide whether to read the paper further or not. REASON: The above abstract is an example of a good abstract since it gives a very good idea as to what LLVM is and what it does to someone who is a computer scientist. It starts of by describing what LLVM is made for, then gives a brief description of the LLVM features. It provides just enough detail to give computer scientists an idea as to what LLVM is and its capabilities, this amount of detail should allow the reader to decide whether to read the paper further or not.
  
/var/www/cadia.ru.is/wiki/data/attic/public/rem4/rem4-18/p2._good_bad_abstract.1517561405.txt.gz · Last modified: 2024/04/29 13:32 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki