What does the compiler really require from the runtime?

Dicebot via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 19 10:01:36 PDT 2014


On Tuesday, 19 August 2014 at 16:31:38 UTC, Alex wrote:
> Hi Everyone,
>
> Is there a list of functions and data structures, the 
> D-Compiler would expect from a custom runtime?

You may be interested in watching 
http://dconf.org/2014/talks/franklin.html and reading 
https://www.packtpub.com/application-development/d-cookbook - 
both explain in details what was necessary to create a minimal 
runtime for barebone binary. It is not a fully-featured runtime 
though so actual answer may depend on your goals - you don't need 
to implement language features you are not going to use.


More information about the Digitalmars-d mailing list