Files
experimental-evaluation-of-…/glossary.tex
T
2026-06-23 19:09:26 +02:00

31 lines
1023 B
TeX

\makeglossaries{}
% Refer to entries using \gls, \Gls, \glspl, \Glspl
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Acronyms
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \newacronym{acpi}{ACPI}{Advanced Configuration and Power Interface}
\newacronym{aot}{AoT}{Ahead-of-Time}
\newacronym{fi}{FI}{Fault Injection}
\newacronym{fail}{FAIL*}{Fault Injection Leveraged}
\newacronym{sdc}{SDC}{Silent Data Corruption}
\newacronym{wamr}{WAMR}{WebAssembly Micro Runtime}
\newacronym{wasm}{Wasm}{WebAssembly}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Glossary Entries
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \newglossaryentry{apic timer}{%
% name={APIC Timer},
% description={A hardware timer that can trigger periodic interrupts by using a counter, integrated in the local APIC}
% }
% \newglossaryentry{fail}{%
% name={FAIL*},
% description={Fault Injection Leveraged, a \Gls{fi} framework}
% }