The Future of D Runtime
Adam Wilson
flyboynw at gmail.com
Sun Jun 9 02:50:03 UTC 2024
On Thursday, 6 June 2024 at 23:58:07 UTC, max haughton wrote:
> The way to get a stable foundation that can be ported easily to
> the likes of wasm and so on is not making druntime bigger. You
> end up with a good result by doing so but it would be like
> taking a shortcut through a maze rather than the road - fragile.
I think you misunderstood what I am proposing. I want to split
out the necessary compiler symbols into a "Mini-DRT" that
represents the minimum required to make the application function.
Then push the rest up higher in the onion.
I'm trying to make porting easier. And the best way to do that is
layering.
More information about the Digitalmars-d
mailing list