From 1d55b2a660530c354730fc6ce95568d6423fd93e Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:11:07 -0600 Subject: [PATCH] vault backup: 2024-07-02 10:11:07 --- notes/Copy-and-Patch Compilation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes/Copy-and-Patch Compilation.md b/notes/Copy-and-Patch Compilation.md index b5b5a7a..4894055 100644 --- a/notes/Copy-and-Patch Compilation.md +++ b/notes/Copy-and-Patch Compilation.md @@ -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. + + ## MetaVar 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.