On Sat, 1 Jul 2017 07:05:43 -0700 (PDT), "'Shakin Billy' via Racket Users" <racket-users@googlegroups.com> wrote:
>(compilation) >i'm not sure this will speed things up since i don't measure the >time using cli tools but built-in tools which run after the >jit-compilation took place, but i will give it a try. The JIT compiler works incrementally as functions are 1st executed. You need to touch (execute) all the functions prior to timing, or else part of the time will be for compilation. https://docs.racket-lang.org/guide/performance.html?q=jit#%28tech._jit%29 George -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.