alloc-stack-param ( rep -- n )


Vocabulary
compiler.cfg.builder.alien.params

Inputs
repa representation


Outputs
nan integer


Word description
Allocates space for a stack parameter value of the given representation and returns the previous stack parameter offset.

Examples
On 32-bit architectures, the offsets will be aligned to four byte boundaries.
0 stack-params set float-rep alloc-stack-param stack-params get . . 4
0


Definition


Methods