Is there any language that native-compiles faster than D?

MrSmith mrsmith33 at yandex.ru
Wed Aug 26 20:24:04 UTC 2020


On Wednesday, 26 August 2020 at 20:13:55 UTC, Per Nordlöw wrote:
> Can you elaborate on what you mean manual MM? Refcounted? I'm 
> very curious.

Currently you can either do static/stack allocation and use host 
provided functions or OS API to dynamically allocate memory 
(alloc/free, mmap/VirtualAlloc/HeapAlloc etc). No GC or RC is 
planned.
Probably I will add more first class support for allocators like 
in Jai/Zig/Odin.


More information about the Digitalmars-d mailing list