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