dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Schedule
dmd
backend
cgsched
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
;
int
insert
(Cinfo* ci);
bool
stage
(code* c);
}
Members
Functions
insert
int
insert
(Cinfo* ci)
Insert c into scheduling table.
stage
bool
stage
(code* c)
Insert c into staging area.
Meta
Source
See Implementation
dmd
backend
cgsched
enums
EA
functions
cgsched_block
simpleops
structs
Cinfo
Schedule