From 3acd11773ea4ea16cd83aa974d018a09ecdfc3c6 Mon Sep 17 00:00:00 2001 From: arc Date: Sun, 30 Jun 2024 10:59:49 -0600 Subject: [PATCH] Update notes/Copy-and-Patch Compilation.md --- notes/Copy-and-Patch Compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/Copy-and-Patch Compilation.md b/notes/Copy-and-Patch Compilation.md index 654d3e1..a5f10b6 100644 --- a/notes/Copy-and-Patch Compilation.md +++ b/notes/Copy-and-Patch Compilation.md @@ -1,6 +1,6 @@ -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. +Copy and patch is a 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 C-like language, and a WebAssembly compiler, and show promising results for both startup time and execution performance.