hi...
I want to design a compilation server and apply some of the optimization technique's like inlining, SSA and others.
So i require to find the entry points in source code from where i can include my code and check the performance of the program at what level it is performing .
Please help in this problem....
and i also like to know what are hot methods in java context?
