Win64, merge-2.067, LLVM master, VS 2015 - current status

Dan Olson via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun May 17 00:28:47 PDT 2015


"kinke" <noone at nowhere.com> writes:

> I've just tried storing another reference to the main Thread as
> `static Thread core.thread.Thread.sm_mainDummy`, and the object isn't
> destroyed anymore. So `gshared` seems to be the problem. And most
> likely all other targets are affected too by this bug.

Could sections_ldc.initSections() be neglecting the BSS section?  I
noticed the version(Win64) code has:

        if (_bss_start__ != null)
        {
            pushRange(&_bss_start__, &_bss_end__);
        }

--
Dan


More information about the digitalmars-d-ldc mailing list