下面是Carol 有关于Application的一些问题。 请大家帮忙回答。
I have a question now:
How can I optimize my application?
1, one is allocate the memory according to the RAM's mechanism. What is that?
2, I remember we can use some tools to find where is the application's hot spot?
which tools, how to do it, how to optimize java application?
Do you have any idea?
3, using compiler option when compile your code. For android java code, Can I just add that option to make file, and how, which option in eclipes.
in gcc is -O3, right? gcc has optimize code for space or for speed, which option for each of them?
4, Any other way to optimize my java application?