How can I use ldc2 and link to full runtime on arm with no OS

David Nadlinger via Digitalmars-d digitalmars-d at puremagic.com
Wed Jun 21 15:11:04 PDT 2017


On Wednesday, 21 June 2017 at 16:10:41 UTC, Dan Walmsley wrote:
> My idea is to build the whole thing, see what the code size and 
> performance is, and then one by one reduce things down as 
> needed.
>
> Starting from nothing so far has been a bit of a none starter!

This way, you'll end up having to port all of druntime to your 
target, though, only to then throw away considerable amounts of 
work that went into the parts you don't want to use.

I don't think the notion of implementing a feature being easier 
than understanding how to rip it out is very realistic.

  — David


More information about the Digitalmars-d mailing list