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

MrSmith mrsmith33 at yandex.ru
Wed Aug 26 17:01:44 UTC 2020


On Wednesday, 26 August 2020 at 16:34:39 UTC, Per Nordlöw wrote:
> On Wednesday, 26 August 2020 at 16:08:15 UTC, MrSmith wrote:
>> https://github.com/MrSmith33/tiny_jit
>
> What kinds of memory management are supported/planned and how 
> does this interact with slices?
>
> I can't find any code examples in Vox. Are they represented as 
> strings inside the .d-files?

Currently only manual MM. Check source/tests for small examples 
and https://github.com/MrSmith33/rltut_2019 for bigger project. 
Also see spec/index.md for some docs.


More information about the Digitalmars-d mailing list