sage icon indicating copy to clipboard operation
sage copied to clipboard

Add LLVM backend

Open adam-mcdaniel opened this issue 11 months ago β€’ 1 comments

Add LLVM backend as a target. Make it available through an optional feature flag like llvm-support or something; LLVM is an utterly massive dependency that I don't want to rely on. If performance isn't good enough, we can directly lower the psuedo-assembly-language to LLVM; this should achieve performance on par with other languages like C.

adam-mcdaniel avatar Jul 20 '23 20:07 adam-mcdaniel