On Monday 25 October 2004 08:05, zhou feng wrote: > 2. I want to do some work on register allocation using LLVM, which parts > of code should I read? ( The whole source is too big for me) > thans. You should check out llvm/lib/CodeGen and particularly the LiveVariables and RegAlloc* files. -- Alkis