An LLVM bug that affect both LDC and SDC. Worth pushing for
deadalnix via Digitalmars-d
digitalmars-d at puremagic.com
Sun Jun 15 23:09:26 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20049
Basically when you have a closure in a closure and the whole
thing get inlined, LLVM mess up, which result in compiler not
being able to optimize GC allocation away.
Probably worth pushing for. It does probably affect other
functional languages as well, but I didn't checked.
More information about the Digitalmars-d
mailing list