search for: 75b30b50

Displaying 2 results from an estimated 2 matches for "75b30b50".

2016 Jul 26
2
Gauging interest in generating PDBs from LLVM-backed languages
...to me when I set out on this little venture :-) But in any case I'd be glad to compare notes with anyone who's working in this space. - Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160726/75b30b50/attachment.html>
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,