Package org.jikesrvm.osr.ia32
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
BaselineExecutionStateExtractor OSR_BaselineExecStateExtractor retrieves the VM scope descriptor from a suspended thread whose top method was compiled by the baseline compiler.
CodeInstaller CodeInstaller generates a glue code which recovers registers and from the stack frames and branch to the newly compiled method instructions.
OptExecutionStateExtractor OptExecutionStateExtractor is a subclass of ExecutionStateExtractor.
PostThreadSwitch A class helps schedule OSRed method, it is called right after thread switch and highly depends on the calling convention.
TempRegisters Temporary register set.