Staticdeps lifetime size: backref

This commit is contained in:
Théophile Bastian 2024-05-11 15:42:57 +02:00
parent 9e78230e91
commit 46ae338e3d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
\section{Static dependencies detection} \section{Static dependencies detection}\label{ssec:staticdeps_detection}
Depending on the type of dependencies considered, it is more or less difficult Depending on the type of dependencies considered, it is more or less difficult
to statically detect them. to statically detect them.

View file

@ -139,7 +139,7 @@ threshold.
We re-run the previous experiments with lifetimes of respectively 1\,024 and We re-run the previous experiments with lifetimes of respectively 1\,024 and
512 instructions, which roughly corresponds to the order of magnitude of the 512 instructions, which roughly corresponds to the order of magnitude of the
size of a reorder buffer; results can also be found in size of a reorder buffer (see \autoref{ssec:staticdeps_detection} above); results can also be found in
\autoref{table:cov_staticdeps}. While the introduction of a 1\,024 instructions \autoref{table:cov_staticdeps}. While the introduction of a 1\,024 instructions
lifetime greatly improves the coverage rates, both unweighted and weighted, lifetime greatly improves the coverage rates, both unweighted and weighted,
further reducing this lifetime to 512 does not yield significant enhancements. further reducing this lifetime to 512 does not yield significant enhancements.