<p dir="ltr">On 28 Jun 2015 11:50, "Joakim via Digitalmars-d" <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br>
><br>
> On Saturday, 27 June 2015 at 16:13:19 UTC, bitwise wrote:<br>
>><br>
>> Has anyone tried it?<br>
><br>
><br>
> Probably not, considering even Android is only partially working.  iOS is much farther along though.<br>
><br>
> One issue is that exception-handling in LDC for ARM isn't fully working yet.  I'm looking into it.<br>
><br>
> As for GDC, it appears that they got exception-handling working for linux/ARM, but I doubt they've done anything with Windows Phone.</p>
<p dir="ltr">ARM has been passing the D2 testsuite since DConf 2013... </p>
<p dir="ltr">The only thing I can comment on exceptions is that you can't enforce nothrow on ARM unless you deem it expected behaviour for a thrown Error to cause execution to crash violently.</p>