Palmed: slight refactors

This commit is contained in:
Théophile Bastian 2023-09-26 16:46:58 +02:00
parent 625f21739a
commit 8c3604fe73
2 changed files with 7 additions and 3 deletions

View file

@ -200,3 +200,5 @@ set of \emph{flow sites} and \emph{jump sites}. The former is the set of
addresses just after a control flow instruction, while the latter is the set of
addresses to which jump instructions may jump. We then split the
straight-line code of the symbol using the union of both sets as boundaries.
\todo{Add bb count}

View file

@ -1,7 +1,9 @@
\section{Main contribution: evaluating \palmed{}}\label{sec:palmed_results}
\section{Evaluating \palmed{}}\label{sec:palmed_results}
The main contribution I made to \palmed{} is its evaluation harness and
procedure. \todo{}
Evaluating \palmed{} on the previously gathered basic blocks now requires, on
one hand, to define evaluation metrics and, on the other hand, an evaluation
harness to collect the throughput predictions from \palmed{} and the other
considered code analyzers, from which metrics will be derived.
\subsection{Evaluation harness}