Monty

Results 7 comments of Monty

Fmt can also be made static as we are vendoring it in and it can be built statically as it has no other dependencies. libzippp requires libzip being available, and...

Currently there exists an LLVM IR issue with the fix to this. Here is a snippet of the IR that is incorrect: ``` define ptr @clojure_core_let_24210_0(ptr %this) { entry: %sentinel_init...

# Table of Contents 1. [Use Cases](#orgf71ae58) 1. [Single Module (eval)](#org3537f57) 1. [Where to put `var_root` global?](#org8866268) 2. [Single Module (AoT)](#org48e498e) 1. [Where to put the `var_root` global?](#org2071b0a) 3. [Evaling...

@frenchy64 would love to get your thoughts as you created the original issue and maybe you have some context for this!

I have some interest in trying to help in getting this package working with newer LLVM versions (i.e. LLVM 21). This is a cool and useful project, so I can...