From ad7ad3a1ab0fc0e25b4b00d129a21f57e5611315 Mon Sep 17 00:00:00 2001 From: lemon Date: Mon, 16 Mar 2026 19:05:11 +0100 Subject: Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 18ff949..279a69b 100644 --- a/README.md +++ b/README.md @@ -147,9 +147,7 @@ The backend performs the following main passes: instruction selection, addressing mode utilization, introduction of register constraints. - Register allocation (`ir/regalloc.c`): performs linear scan register - allocation. Spilling has a lot of room for improvement, at the moment the - current interval is spilled when there are no free registers, with no other - heuristics. A scratch register is reserved for operations with spilled + allocation. A scratch register is reserved for operations with spilled temporaries. - Code emission (`x86_64/emit.c`): binary code for the target architecture is emitted directly (not textual assembly). Relocations are deferred to the -- cgit v1.2.3