Is there any analysis tools automatically choosing optimization path for my source code. If no, Do you think such a tool can help developers a lot for archiving better performance on Harmony. I am trying to do some research for OPT, expecting for your advice. Thanks!
On 17/12/2007, Mikhail Fursov <[EMAIL PROTECTED]> wrote: > > On Dec 17, 2007 4:06 PM, Simon Chow <[EMAIL PROTECTED]> wrote: > > > Thank you very much! > > > > So users should choose pipeline for methods before execution, isn't it? > > Yes. > > > > Then I wants to know how to build a pipeline with the most efficient > > compilation result of a specified method. Does it rely on the > developer's > > experience? > > > > Yes, it depends on developer's experience and on optimizations you > expect > to work for your method. E.g. if you know that your hot-spot method > benefits > from particular optimization - you just add it to the optimization path > and > tune it to do the best job for your method. > > -- > Mikhail Fursov > -- >From : [EMAIL PROTECTED] School of Fudan University
