XOMB operating system

Jacob Carlborg doob at me.com
Fri Jun 1 01:31:20 PDT 2012


On 2012-06-01 01:41, tim krimm wrote:
> On Thursday, 31 May 2012 at 11:18:48 UTC, Jacob Carlborg wrote:
>
>> DMD links using gcc anyway.
>
> Would this technique work for DMD on windows as well?
> Would this technique work for DMD on the MAC OS?

It should work on Mac OS X. On Windows DMD doesn't use the system 
linker, it uses optlink. Don't know if the system linker support the 
needed flags anyway.

> ==============================================================
> OK, lets switch from XOMB to a starting point for embedded coding.
>
> Does this also mean there is no Garbage collection?

Yes, you need to reimplement the GC if you want to use those features.

> What happens if you try to use dynamic arrays or classes?

If you don't have a GC you will get linker errors for everything that 
depends on the GC.

> Will this cause linker errors to let the user know they are "out of
> bounds"?
>
>


-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list