~ubuntu-branches/ubuntu/saucy/emscripten/saucy-proposed

« back to all changes in this revision

Viewing changes to src/relooper/README.markdown

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
Relooper
 
3
========
 
4
 
 
5
This is an optimized C++ implemention of the Relooper algorithm originally
 
6
developed as part of Emscripten. This implementation includes optimizations
 
7
added since the original academic paper [1] - see paper.pdf - was published
 
8
about it, and is written in an LLVM-friendly way with the goal of inclusion
 
9
in upstream LLVM.
 
10
 
 
11
License: MIT&LLVM
 
12
 
 
13
[1] Alon Zakai. 2011. Emscripten: an LLVM-to-JavaScript compiler. In Proceedings of the ACM international conference companion on Object oriented programming systems languages and applications companion (SPLASH '11). ACM, New York, NY, USA, 301-312. DOI=10.1145/2048147.2048224 http://doi.acm.org/10.1145/2048147.2048224
 
14