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