vault backup: 2024-07-02 10:11:07

This commit is contained in:
zleyyij 2024-07-02 10:11:07 -06:00
parent 9f04bf4e84
commit 1d55b2a660

View File

@ -24,6 +24,8 @@ That stencil library is used as input for a copy and patch code generator, along
Even though machine code is patched, a copy and patch compiler doesn't need to have knowledge of platform specific machine instructions, and is portable across architectures supported by the patch library. Even though machine code is patched, a copy and patch compiler doesn't need to have knowledge of platform specific machine instructions, and is portable across architectures supported by the patch library.
## MetaVar ## MetaVar
MetaVar generates binary stencils, which allows the user to systematically generate the binary stencil variants in clean and pure C++, and leverages the MetaVar generates binary stencils, which allows the user to systematically generate the binary stencil variants in clean and pure C++, and leverages the
Clang + LLVM compiler infrastructure to hide all platform-specific low-level detail. Clang + LLVM compiler infrastructure to hide all platform-specific low-level detail.