is the runtime implemented in betterC?

Jacob Carlborg doob at me.com
Sat Nov 9 19:22:55 UTC 2019


On 2019-11-08 16:25, dangbinghoo wrote:

> hmm, if runtime is implemented in regular D, how could the regular D 
> code depends on regular D runtime be compiled when we doesn't have a D 
> runtime even exists? thinking thant we just have xtensa-llvm, and 
> building ldc for xtensa CPU,  the runtime will simply just not compiled.
> 
> it's an egg-chicken problem?

One needs to be a bit careful. For example, to not use the garbage 
collector before it's initialized.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list