efficacy of register allocation algorithms!

Posted by aksci on Stack Overflow See other posts from Stack Overflow or by aksci
Published on 2010-04-19T14:49:50Z Indexed on 2010/04/19 14:53 UTC
Read the original article Hit count: 296

i'm trying to do a research/project on register allocation using graph coloring where i am to test the efficiency of different optimizing register allocation algorithms in different scenarios.

how do i start? what are the prerequisites and the grounds with which i can test them. what all algos can i use?

thank you!

© Stack Overflow or respective owner

Related posts about register-allocation

Related posts about optimization