From 18db6746cc0e649aafff00e9f58c89fdea0bb943 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 11 Oct 2022 17:30:05 -0700 Subject: [PATCH] add more handy compiler algorithms --- resources.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources.mdwn b/resources.mdwn index 229a663eb..d3dccbae2 100644 --- a/resources.mdwn +++ b/resources.mdwn @@ -532,7 +532,10 @@ This list auto-generated from a page tag "standards": # Handy Compiler Algorithms for SimpleV +Requires aligned registers: * [Graph Coloring Register Allocation for Processors with Multi-Register Operands](https://dl.acm.org/doi/pdf/10.1145/93548.93552) +More general: +* [Retargetable Graph-Coloring Register Allocation for Irregular Architectures](https://user.it.uu.se/~svenolof/wpo/AllocSCOPES2003.20030626b.pdf) # TODO investigate -- 2.30.2