Handbook
Glossary
?dummy-int-params ( rep -- )
Vocabulary
compiler
.
cfg
.
builder
.
alien
.
params
Inputs
rep
an
object
Outputs
None
Definition
USING:
cpu.architecture
kernel
layouts
math
math.order
namespaces
sequences
;
IN:
compiler.cfg.builder.alien.params
:
?dummy-int-params
( rep -- )
dummy-int-params?
[
rep-size
cell
/i
1
max
[
int-regs
get
[
pop*
]
unless-empty
]
times
]
[
drop
]
if
;