Sujet : Re: Performance benefits of primitive-centric code
De : no.email (at) *nospam* nospam.invalid (Paul Rubin)
Groupes : comp.lang.forthDate : 13. Jun 2025, 01:32:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87frg432h6.fsf@nightsong.com>
References : 1 2 3 4 5 6
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
minforth@gmx.net (minforth) writes:
It looks like the biggest improvement came from switching
to the benchark engine. What does that mean?
It means switching from the ITC interpreter to a faster one
(gforth-fast) that uses a mixture of DTC and native code generation, if
I have it right. The speedup is unsurprising.