https://bugzilla.gdcproject.org/show_bug.cgi?id=252
Iain Buclaw changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bugzilla.gdcproject.org/show_bug.cgi?id=252
--- Comment #3 from Iain Buclaw ---
Another internals note - If we are to mark methods as DECL_VIRTUAL_P, going to
have to start populating BINFO_VTABLE for all classes, otherwise class
TYPE_BINFO gets GC'd, which is problematic for devirt pass
https://bugzilla.gdcproject.org/show_bug.cgi?id=252
--- Comment #2 from Iain Buclaw ---
> I do not see the attached file.
I seem to have forgotten to update attachments to use the https address after
turning on ssl, you should be able to see it now. ;-)
> When compiling the source file attache
http://bugzilla.gdcproject.org/show_bug.cgi?id=252
--- Comment #1 from Richard Delorme ---
I do not see the attached file. Here it is:
class C {
struct S {
int i;
ubyte u;
}
S s;
}
void main(string[] arg) {
C c = new C;
}
--
You
http://bugzilla.gdcproject.org/show_bug.cgi?id=252
Richard Delorme changed:
What|Removed |Added
Hardware|All |x86_64
OS|All