return-struct-in-registers? ( c-type -- ? )


Vocabulary
cpu.architecture

Inputs
c-typea class


Outputs
?a boolean


Word description
Whether the size of the struct is so small that it will be returned in registers or not.

Definition


Methods