mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-06-24 17:44:10 +02:00
This one promotes GC allocations to stack memory when it can determine it's safe to do so. Not all GC calls are recognized yet (in fact only one *is* recognized for now). Needs metadata, so disabled for LLVM versions that don't support it.