Proposal: Exceptions and @nogc

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Apr 4 13:52:55 PDT 2017


On 4/4/2017 10:38 AM, Atila Neves wrote:
> Right, but that doesn't mean the slow path should become all the more slower for
> codebases that do this. I haven't, but if I had I'd imagine I'd be none too
> happy about it.

A year ago or so, I switched the exception unwinding mechanism for D on Linux 
from our custom solution to the Elf method used by every other language on 
Linux. It's a lot slower now - but it's compatible :-)

Copying a dozen bytes isn't going to make any measurable difference.



More information about the Digitalmars-d mailing list