<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 14, 2019 at 3:13 PM Zoltan Somogyi <<a href="mailto:zoltan.somogyi@runbox.com">zoltan.somogyi@runbox.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
How would the Mercury compiler know what to unbox? Given that most foreign types<br>
are typedef'd names, it has no idea which foreign types are pointers and which are not.<br>
<br>
Zoltan.<br></blockquote><div><br></div>I thought that it gets stored as MR_Word which is GC malloc'ed using sizeof() on<br>the native type, and in the prologue there is a macro which ends up being a<br>memcpy into a local struct in that case?<br></div></div>