State of Windows x64 COFF support?

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Feb 19 10:41:17 PST 2015


On Thu, 19 Feb 2015 13:29:58 -0500, Etienne wrote:

> On 2015-02-19 11:39 AM, Etienne wrote:
>> I'm having corrupt symbol table errors on a Win64 build of a big
>> application, I can't find a way around it. I'm wondering if the COFF
>> support is still experimental in DMD?
>>
>> Thanks!
> 
> I just counted 67k sections using a printf in DMD... The limit is 65k so
> that explains that.

i remember that DMD creates one section for each function (to allow 
smartlink feature). with templates this can be alot. maybe it needs new 
cli flag "--collapse-sections" or something like it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20150219/79d8465b/attachment-0001.sig>


More information about the Digitalmars-d-learn mailing list