Humble benchmark (fisher's exact test)
russhy
russhy at gmail.com
Tue Aug 24 17:45:26 UTC 2021
On Tuesday, 24 August 2021 at 09:29:03 UTC, Bienlein wrote:
> On Monday, 23 August 2021 at 22:27:02 UTC, russhy wrote:
>> On Monday, 23 August 2021 at 22:06:39 UTC, bachmeier wrote:
>>> On Monday, 23 August 2021 at 17:35:59 UTC, russhy wrote:
>>>
>>>> JIT isn't something you want if you need fast execution time
>>>
>>> ?
>>>
>>> I suppose they spent all those hours writing their JIT
>>> compilers because they had nothing else to do with their time.
>>
>> that's why they are now spending their time writing an AOT
>> compiler after GO started to ate their cake ;)
>
> AOT in C#/Java is only to speed up startup times. It doesn't
> make anything faster, see
> https://benchmarksgame-team.pages.debian.net/benchmarksgame/fastest/csharpcore-csharpaot.html
R2R is not true AOT, it still ship JIT and IL and recompile code
at runtime, this benchmarkgame is flawed and a pure lie
For true AOT you need to use NativeAOT (old-CoreRT)
More information about the Digitalmars-d
mailing list