Schedule

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(COMPILE)
extern (C++) 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.

Suggestion Box / Bug Report