Add reference.
authorMatthijs Kooijman <kooijman@eris.recoresystems.com>
Mon, 21 Jul 2008 10:26:31 +0000 (12:26 +0200)
committerMatthijs Kooijman <kooijman@eris.recoresystems.com>
Mon, 21 Jul 2008 10:26:31 +0000 (12:26 +0200)
Report/Main/Problems/Challenges.tex

index 873e2e9f52063c5ba67a086edafd184678a84051..2d85cf6ee41eb76f62b7211a68553ed98563c14c 100644 (file)
@@ -121,9 +121,11 @@ Any tasks that are required by the Montium frontend and the LLVM changes they
 directly need are obvious. However, usually when making changes to the main LLVM
 code, just changing enough for Recore is not engough for LLVM. Since the LLVM
 code must work on any program, not just MontiumC programs, extra changes are
-required. This is also an issue of building up credit within the LLVM community:
-The more you contribute to LLVM, the more influence you have when things need
-changing. Lastly, this is also a matter of efficiency: If I have been working
+required (see also parapgrah \ref{StayingGeneric}. This is also an issue of
+building up credit within the LLVM community: The more you contribute to LLVM,
+the more influence you have when things need changing. 
+
+Lastly, this is also a matter of efficiency: If I have been working
 with a particular piece of code intensively, it is more efficient for me to fix
 a bug in that code than most others, even though the particular bug does not
 interfere with the MontiumC frontend. In the end, I think I managed to find a