org.jikesrvm.compilers.opt.inlining
Interface InlineOracle

All Known Implementing Classes:
DefaultInlineOracle

public interface InlineOracle

Oracle interface: the compiler queries this oracle to decide whether to inline a call site.


Method Summary
 InlineDecision shouldInline(CompilationState state)
          Should we inline a particular call site?
 

Method Detail

shouldInline

InlineDecision shouldInline(CompilationState state)
Should we inline a particular call site?

Parameters:
state - information needed to make the inlining decision
Returns:
an InlineDecision with the result