vault backup: 2024-06-28 23:44:48

This commit is contained in:
zleyyij 2024-06-28 23:44:48 -06:00
parent b5fe4d45d4
commit 8b4f3e38ff

View File

@ -0,0 +1,9 @@
<https://dl.acm.org/doi/pdf/10.1145/3485513>
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. |