On the 0x47C day of Apache Harmony [EMAIL PROTECTED] wrote:
> Hi,
> 
>  
> 
> I found that harmony has its own edge profiling phase to annotate HIR with
> edge profile, but I cannot find the place in Harmony where the edge profile
> is used. Are there some optimizations in Harmony which use edge profile?

Edge profiler annotetes the CFG with exec counts, just grep for
getExecCount() for usages. For example, edge profiler is used on
IA32/server configuration.

-- 
Egor Pasko

Reply via email to