[LLVMdev] Tutorial: Building a stack crawler in LLVM
Pedro Ferreira
pedro.ferreira at imgtec.com
Mon Oct 4 04:56:35 PDT 2010
On Sun, 2010-10-03 at 14:24 -0700, Talin wrote:
> As promised, here is a document describing how to build a stack
> crawler using the garbage collection features of LLVM.
>
> https://docs.google.com/document/pub?id=1-ws0KYo47S0CgqpwkjfWDBJ8wFhW_0UYKxPIJ0TyKrQ
>
>
> I'm interested in any feedback, particularly on:
> * Explanations that aren't clear.
> * Spelling errors.
> * Technical errors.
> * Suggestions for ways in which things could be done better.
> --
> -- Talin
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Very interesting reading indeed.
I don't have a lot of experience with GC's, but I am interesting to
follow the development of your crawler implementation. It would also be
very helpful if there were GC implementations in llvm for easy reuse and
programming language implementation.
More information about the llvm-dev
mailing list