From 26a055eb1c526c82e468f43437829da88c472eeb Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 8 Jul 2024 18:31:37 -0400 Subject: [PATCH] xo-jit: docs: ++ ABI in glossary --- docs/glossary.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/glossary.rst b/docs/glossary.rst index 37b98af9..6af7073a 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -4,6 +4,10 @@ Glossary -------- .. glossary:: + ABI + | Short for Application Binary Interface. + | In this context applies to conventions adopted by `xo-jit`. + c.foo | llvm typename for automatically-generated closure type for a lambda | with name `foo`.