Schedule

Undocumented in source.
nothrow @safe
struct Schedule {
nothrow
Cinfo*[TBLMAX] tbl;
nothrow
int tblmax;
nothrow
Cinfo[TBLMAX] cinfo;
nothrow
int cinfomax;
nothrow
Barray!(Cinfo*) stagelist;
nothrow
int fpustackused;
}

Members

Functions

insert
int insert(Cinfo* ci)

Insert c into scheduling table.

stage
bool stage(code* c)

Insert c into staging area.

Meta