summaryrefslogtreecommitdiffstats
path: root/report/chapter2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'report/chapter2.tex')
-rw-r--r--report/chapter2.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/chapter2.tex b/report/chapter2.tex
index 2d1959b..3a8dd52 100644
--- a/report/chapter2.tex
+++ b/report/chapter2.tex
@@ -19,4 +19,4 @@ The compiler is used to analyze the worst-case execution path and preferred pree
The preferred preemption points can also be determined by the programmer with the help of insertion of traps in the source code to monitor when tasks of higher priority are ready to run. The programmer would already have an intuition as to where the number of live caches is minimized. Using this method, preferred preemption points can also be determined. \\
-Considering the two methods, it is clear that using the compiler is a more systematic and transparent way of finding preemption points. In addition, preemption points found using a compiler will generally perform better because the analysis is more extensive. However, this analysis can also be performed manually as described above is a compiler cannot be used. \\
+Considering the two methods, it is clear that using the compiler is a more systematic and transparent way of finding preemption points. In addition, preemption points found using a compiler will generally perform better because the analysis is more extensive. However, this analysis can also be performed manually as described above is a compiler cannot be used.