What does the compiler really require from the runtime?

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Aug 19 09:55:48 PDT 2014


On 2014-08-19 18:31, Alex wrote:
> Hi Everyone,
>
> Is there a list of functions and data structures, the D-Compiler would
> expect from a custom runtime?

Here's a list [1]. It's probably not complete but it's a start. It's 
best to look at the source code of the existing runtime.

[1] http://wiki.dlang.org/Runtime_Hooks

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list