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?
-------------addition--------------
i actually want a quick way out of this, i haven't done much deeper study but want to submit(shamelessly) a readily available analysis into my project with a little stress on 'efficacy' i.e what type of optimization techniques are best for different tasks/compilers/interpreters. so my major task is (how) to implement register allocation in my programs. i use 64bit linux system on a core2duo machine, i know c,cpp and java.
thank you!