X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=blobdiff_plain;f=Report%2FMain%2FProblems%2FChallenges.tex;h=982397a8a2ed8aa802d64a574837e11ffb16db4b;hp=d5bc0145919f7f1d4f3de0b8a2159587d8259f7c;hb=28976641f199e6c3ad3a17aa82cbb87b0e31a9d0;hpb=90643309f86996e21c5b287ab0cfedb04ce020ce diff --git a/Report/Main/Problems/Challenges.tex b/Report/Main/Problems/Challenges.tex index d5bc014..982397a 100644 --- a/Report/Main/Problems/Challenges.tex +++ b/Report/Main/Problems/Challenges.tex @@ -33,7 +33,7 @@ makes use of corner cases in the compiler that have been missed in (or left out of) the specification, because they will not work reliably in all cases. The best way to detect these cases is making the compiler check its input using -an the specification. This way, any code operating outside of the specification +the specification. This way, any code operating outside of the specification can be detected automatically. Writing such checks has not happened yet, mainly because the impact of the new hardware on MontiumC is not quite clear yet. @@ -100,7 +100,7 @@ lot of instructions. Second, the code is effectively software pipelined to make it run more efficiently. In figure \ref{ExampleHigh} the same code is displayed, but this time -using higer level C features (for loops, arra indexing). This is the +using higer level C features (for loops, array indexing). This is the level of code we are trying to achieve, but we're not there yet. It should be noted that this is still not "normal" C, since we use the "imul" function instead of the normal * operator. However, since the