Minimal druntime?
Ethan
gooberman at gmail.com
Sat Jul 27 14:25:55 UTC 2019
On Saturday, 27 July 2019 at 14:06:51 UTC, Mike Franklin wrote:
> This is the most minimal runtime you can use:
>
> object.d
> ```
> module object;
> ```
>
> That's right, an empty object.d file. Unfortunately, the
> compiler still requires an object.d file to exist in order to
> get a build. I've tried a few pull requests to change that,
> but they've all failed scrutiny.
Cheers. That's still a good start.
I also like the way the compiler is going, by templatising all
this stuff. Which should mean that when the job is done it's just
a matter of providing your own templates and customising the code
gen that way. That'll be a massive help for getting ARC at a
compiler level instead of a library solution (assuming it's being
done the way I imagine).
More information about the Digitalmars-d
mailing list