On 12 November 2015 at 10:36, Walter Bright via Digitalmars-d <digitalmars-d@puremagic.com> wrote:
On 11/12/2015 12:57 AM, Iain Buclaw via Digitalmars-d wrote:
I don't mind the compiler-specific personality,

gdc has one, __gcd_personality_v0. I don't see a way out of not having one.


Correct, there is no way out of having one.

 
but a new throw function?  I
guess I should count my lucky stars that I'm still using the original _d_throw
callback.

It only has a different name. Not a different API.


It's just more ABI differences between D compilers. ;-)