Displaying 1 result from an estimated 1 matches for "66cbc1ed".
2016 Jul 25
3
Gauging interest in generating PDBs from LLVM-backed languages
Hi all,
I've recently been doing some work on a novel language that uses LLVM for
optimization and machine codegen. The language is self-hosted, I'm building
my third iteration of its garbage collector, and also writing a thin IDE to
stretch the language a bit. Needless to say, debugging is a major concern
for me.
My primary experience (and primary development focus) is Windows-centric,