From 7f4d0ee8e29022e2ae46d0ebbbeba5820257a20b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 15 Jun 2024 16:03:19 -0400 Subject: [PATCH] xo-jit: README: ++ links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e2c4cbb3..a8a7457d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ A library for representing abstract syntax trees for EGAD (a small jit-based language). +## Links + +- [new pass manager (26mar2021)](https://blog.llvm.org/posts/2021-03-26-the-new-pass-manager) +- [life of an llvm instruction (24nov2012)](https://eli.thegreenplace.net/2012/11/24/life-of-an-instruction-in-llvm) + ## Getting Started ### build + install `xo-cmake` dependency