|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jikesrvm.compilers.opt.instrsched.Scheduler.InstructionBucket
private static final class Scheduler.InstructionBucket
A class representing sorted list of instructions. The instructions are sorted by their position on the critical path.
| Field Summary | |
|---|---|
Instruction |
instruction
The instruction in the current slot. |
Scheduler.InstructionBucket |
next
Next pointer. |
| Constructor Summary | |
|---|---|
private |
Scheduler.InstructionBucket(Instruction i)
Create a list element containing the instruction. |
| Method Summary | |
|---|---|
static void |
insert(Scheduler.InstructionBucket[] pool,
Instruction i)
Insert the instruction into a given slot (based on its scheduling time). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Instruction instruction
public Scheduler.InstructionBucket next
| Constructor Detail |
|---|
private Scheduler.InstructionBucket(Instruction i)
i - given instruction| Method Detail |
|---|
public static void insert(Scheduler.InstructionBucket[] pool,
Instruction i)
pool - the bucket pooli - given instruction
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||