[LLVMdev] Data structures and algorithms in IL

Eli Friedman eli.friedman at gmail.com
Tue Dec 30 13:13:51 PST 2008


On Tue, Dec 30, 2008 at 11:05 AM, Jon Harrop <jon at ffconsultancy.com> wrote:
>
> Has anyone begun collating data structures and algorithms written in LLVM's
> IL? I am just considering how to implement my first GC and it would help
> enormously if I could just pull in a concurrent queue written in IL, for
> example.

Unless I'm misunderstanding the question, why not just take a version
written in C and compile it with llvm-gcc?

-Eli



More information about the llvm-dev mailing list