WIP: background section
This commit is contained in:
+19
-9
@@ -12,11 +12,13 @@
|
||||
% description={description in the glossary (uses description in the document if omitted)},
|
||||
% ]{key}{text in the document}{description in the document}
|
||||
|
||||
\newacronym[description={Ahead-of-Time}]{aot}{AOT}{ahead-of-time}
|
||||
\newacronym[description={Ahead-of-Time Compilation}]{aot}{AOT}{ahead-of-time}
|
||||
% \newacronym[description={Classic Interpreter}]{cint}{CI}{classic interpreter}
|
||||
\newacronym{fail}{FAIL*}{Fault-Injection Leveraged}
|
||||
\newacronym[description={Faul-Injection}]{fi}{FI}{fault-injection}
|
||||
\newacronym[description={Fault-Injection}]{fi}{FI}{fault-injection}
|
||||
% \newacronym[description={Fast Interpreter}]{fint}{FI}{fast interpreter}
|
||||
\newacronym[description={Detected Unrecoverable Error}]{due}{DUE}{detected unrecoverable error}
|
||||
\newacronym[description={Just-in-Time}]{jit}{JIT}{just-in-time}
|
||||
\newacronym[description={Just-in-Time Compiler}]{jit}{JIT}{just-in-time}
|
||||
\newacronym[description={Silent Data Corruption}]{sdc}{SDC}{silent data corruption}
|
||||
\newacronym{wamr}{WAMR}{WebAssembly Micro Runtime}
|
||||
\newacronym{wasm}{Wasm}{WebAssembly}
|
||||
@@ -47,17 +49,25 @@
|
||||
text={ANBD-code},
|
||||
description={Arithmetic coding scheme protecting against operand, operator and operation errors}
|
||||
}
|
||||
\newglossaryentry{replication}{%
|
||||
name={Replication},
|
||||
text={replication},
|
||||
description={Hardening technique utilizing replicated hardware or execution in combination with a majority voter}
|
||||
}
|
||||
\newglossaryentry{cored}{%
|
||||
name={Combined Redundancy},
|
||||
first={Combined Redundancy (CoRed)},
|
||||
description={Hardening technique utilizing \Gls{replication} in combination with an \glsdisp{anbcode}{ANB-coded} majority voter},
|
||||
}
|
||||
\newglossaryentry{iwasm}{%
|
||||
name={iwasm},
|
||||
description={\Gls{wamr}'s standalone binary that provides a command-line interface to load and execute \Gls{wasm} modules}
|
||||
}
|
||||
\newglossaryentry{replication}{%
|
||||
name={Replication},
|
||||
text={replication},
|
||||
description={Hardening technique utilizing replicated hardware or execution in combination with a majority voter}
|
||||
}
|
||||
\newglossaryentry{vmcore}{%
|
||||
name={VMcore},
|
||||
description={\Gls{wamr}'s runtime libraries for \Gls{wasm} module loading and execution}
|
||||
}
|
||||
\newglossaryentry{wamrc}{%
|
||||
name={Wamrc},
|
||||
name={wamrc},
|
||||
description={\Gls{wamr}'s \gls{aot} compiler for \Gls{wasm}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user