codegen: handle exceptions of a method
[mate.git] / doc / related_work
1 == haskell ffi ==
2 http://research.microsoft.com/en-us/um/people/simonpj/papers/comserve.htm
3
4 == harpy ==
5 http://dl.acm.org/citation.cfm?id=1291214
6 http://www.grabmueller.de/martin/www/pub/TFP2006.de.html
7 http://www.grabmueller.de/martin/www/talks/harpy-koll.pdf
8
9 == basic block ==
10 http://en.wikipedia.org/wiki/Basic_block#Algorithm_to_generate_basic_blocks.
11
12 == others ==
13 http://bitc-lang.org/docs/papers/PLOS2006-shap.html
14 http://web.cecs.pdx.edu/~rebekah/papers/icfp05_bits.pdf
15 http://web.cecs.pdx.edu/~apt/icfp05.pdf
16
17 == haskell ==
18 http://www.cs.uu.nl/wiki/pub/Cco/CourseResources/ipt-20091113-dikt.pdf
19 http://dl.acm.org/citation.cfm?id=1596650