Skip to content

Commit 3634b45

Browse files
committed
add relooper sources
1 parent 795bcc6 commit 3634b45

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+4473
-0
lines changed

src/relooper/README.markdown

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+

0 commit comments

Comments
 (0)