Am Tue, 18 Mar 2014 02:07:11 +1000 schrieb Manu <[email protected]>:
> On 18 March 2014 00:05, Johannes Pfau <[email protected]> wrote: > > > ... > > > > Awesome work guys! This is a landmark moment! :) > What's the status on baremetal, bionic, and iOS? > baremetal: Timo Sintonen and Mike post updates on the D.gnu newsgroup now and then. Timo uses the standard C library and libgcc IIRC which makes it easier to get higher level stuff like exceptions working. Mike uses a 100% baremetal approach where all code is in D (or D/inline ASM). https://bitbucket.org/timosi/minlibd/ https://github.com/JinShil/D_Runtime_ARM_Cortex-M_study Bionic: I don't know if anyone is working on bionic/ARM/gdc. I know that there were some druntime updates for x86/Bionic recently. iOS: I don't know about gdc/iOS but there seems to be some work on this for LDC: http://forum.dlang.org/thread/[email protected]
