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
