https://issues.dlang.org/show_bug.cgi?id=14498
weaselcat <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from weaselcat <[email protected]> --- Upon closer inspection, I believe this is an inlining issue, possibly related to cross-module inlining. If I move the function to another file, LDC achieves similar performance as GDC - but it goes away with singleobj flag. this kills range performance. coincidentally, on arch linux LDC is the only compiler that doesn't use a statically linked phobos. Maybe related? --
