<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 23 April 2013 17:28, Johannes Pfau <span dir="ltr"><<a href="mailto:nospam@example.com" target="_blank">nospam@example.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Am Tue, 23 Apr 2013 17:10:43 +0200<br>
schrieb "Iain Buclaw" <<a href="mailto:ibuclaw@ubuntu.com">ibuclaw@ubuntu.com</a>>:<br>
<div class="im"><br>
> In reference to this link:<br>
> <a href="http://forum.dlang.org/post/50476C77.20608@googlemail.com" target="_blank">http://forum.dlang.org/post/50476C77.20608@googlemail.com</a><br>
><br>
><br>
> I'm currently working on dealing with each of these issues in the<br>
> following pull (with the intention to merge back upstream where<br>
> required).<br>
> <a href="https://github.com/D-Programming-GDC/GDC/pull/62" target="_blank">https://github.com/D-Programming-GDC/GDC/pull/62</a><br>
><br>
</div>I'll make sure to have a look at this, but as always too little time...<br>
<div class="im"><br>
> In order:<br>
><br>
> 1. ClassInfo<br>
><br>
> The initialiser emitted will have two symbols, one public symbol<br>
> with the TypeInfo_Class members, and a second private generated<br>
> symbol for the interfaces array.  I can't forsee any way this<br>
> could break compatibility with any existing compilied gdc (or<br>
> perhaps even dmd/ldc) binaries out there.<br>
<br>
</div>Sounds good. That should also be good for debug info.<br><br>
</blockquote></div><br></div><div class="gmail_extra">Actually, found an interesting problem when confronting it.<br><br>---<br>struct Interface<br>{<br>    TypeInfo_Class   classinfo;<br>    void*[]     vtbl;<br>    ptrdiff_t   offset;     /// offset to Interface 'this' from Object 'this'  <--<br>
}<br>---<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I'll have to have a think about what value should be put there, and how best to put it in.<br></div><div class="gmail_extra"><br>-- <br>Iain Buclaw<br>
<br>*(p < e ? p++ : p) = (c & 0x0f) + '0';
</div></div>