Unboxed Tuple in a single STG variable

Csaba Hruska csaba.hruska at gmail.com
Mon Jan 20 10:40:41 UTC 2020


Hello,

Can an STG variable (Id) store a whole unboxed tuple value?
Or is it required to decompose a returned unboxed value immediately by
using an StgCase expression?
If so, then is it correct that the STG variables can store values only from
the following types: Addr, Float, Double, Int, Word, Ptr (for boxed
values)? (and no multi-value values)

Thanks,
Csaba
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20200120/844907d6/attachment.html>


More information about the ghc-devs mailing list