From 8b4f3e38ffa8871896da5b672e4de1b7c05a7482 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Fri, 28 Jun 2024 23:44:48 -0600 Subject: [PATCH] vault backup: 2024-06-28 23:44:48 --- notes/Copy-and-Patch Compilation.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 notes/Copy-and-Patch Compilation.md diff --git a/notes/Copy-and-Patch Compilation.md b/notes/Copy-and-Patch Compilation.md new file mode 100644 index 0000000..cd336a6 --- /dev/null +++ b/notes/Copy-and-Patch Compilation.md @@ -0,0 +1,9 @@ + + +Copy and patch is a novel compilation technique introduced in the above paper that functions (on a broad level) by stitching together code from a large library of binary implementation variants. + +They provide two example use cases, a compiler for a +# Terminology +| Phrase | Definition | +| ------- | -------------------------------------------------------------------------------------------- | +| Stencil | A binary implementation that has holes where missing values must be inserted during codegen. | \ No newline at end of file