On Sun, Apr 14 2013, Diogo F. S. Ramos wrote:

> Is the JIT turned off when running a Racket REPL?

racket@> (eval-jit-enabled)
#t
racket@> 

I'm not explictily setting that parameter to #f anywhere.

Performance of programs run inside Geiser is hurt by two other factors:
we load the errortrace library by default and, more importantly, we set
compile-enforce-module-constants to #t
(http://docs.racket-lang.org/guide/performance.html#%28part._.J.I.T%29).

Cheers,
jao
-- 
I find bowing to people who occasionally wear crowns rather odd. I'll
reserve my deference for achievement rather than bloodline.
 -Robin Ince, comedian, actor, and writer (b. 1969)

Reply via email to