Package org.jikesrvm.compilers.opt.instrsched
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Classes
DefaultPriority Default (IR-order) instruction list Used by the scheduler to enumerate over instructions
OperatorClass Generated from a template.
PrePassScheduler Pre-pass Instruction Scheduling Phase This class is declared as "final" which implies that all its methods are "final" too.
Priority Instruction priority representation Used by the scheduler to enumerate over instructions
ResourceMap Resource usage map representation Used by the scheduler to accomodate resource patterns
ResourceReservation Describes a reservation on a particular resource.
Scheduler Instruction Scheduler It is a simple list scheduler This class is declared as "final" which implies that all its methods are "final" too.
Scheduler.InstructionBucket A class representing sorted list of instructions.
SchedulingInfo Object containing scheduling information Used by the scheduler