Displaying 2 results from an estimated 2 matches for "prasu".
Did you mean:
prabu
2010 May 12
0
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
...r. I'm not sure whether
there's any reference material that describes the behaviour of LLVM's linear
scan apart from the code itself.
Do any other register allocation people have a better answer to the linear
scan question?
Cheers,
Lang.
On Tue, May 11, 2010 at 8:56 PM, prasad dp <prasu.kothinti at gmail.com> wrote:
> Hello,
> we are currently working on my project that aims at improving the register
> allocation scheme by identifying if the interference graphs are chordal or
> not.
> we are working on the llvm compiler .we are forcing the compiler to use
>...
2010 May 11
2
[LLVMdev] Need help for my PBQP regAlloc proj in llvm....
Hello,
we are currently working on my project that aims at improving the register
allocation scheme by identifying if the interference graphs are chordal or
not.
we are working on the llvm compiler .we are forcing the compiler to use
PBQP register allocation scheme by an option of ' ' regalloc=pbqp ' during
the execution of prgm. we have been succesfull in accessing the interference