From: Matthijs Kooijman Date: Mon, 21 Jul 2008 10:26:31 +0000 (+0200) Subject: Add reference. X-Git-Tag: Report-final~38 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=commitdiff_plain;h=a0a6273b5d64a359ae4e341c3e928973c471c9e2 Add reference. --- diff --git a/Report/Main/Problems/Challenges.tex b/Report/Main/Problems/Challenges.tex index 873e2e9..2d85cf6 100644 --- a/Report/Main/Problems/Challenges.tex +++ b/Report/Main/Problems/Challenges.tex @@ -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