org.jikesrvm.compilers.opt.specialization
Interface SpecializationContext

All Known Implementing Classes:
InvokeeThreadLocalContext

interface SpecializationContext


Method Summary
 SpecializedMethod findOrCreateSpecializedVersion(NormalMethod source)
          Find or create a specialized version of source for this context.
 CompiledMethod specialCompile(NormalMethod source)
          Generate code for a specialized version of source in this context.
 

Method Detail

findOrCreateSpecializedVersion

SpecializedMethod findOrCreateSpecializedVersion(NormalMethod source)
Find or create a specialized version of source for this context. Do NOT compile it immediately. However, DO allocate an spmd if needed


specialCompile

CompiledMethod specialCompile(NormalMethod source)
Generate code for a specialized version of source in this context.