geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Geiser-users] Racket and JIT


From: Jose A. Ortega Ruiz
Subject: Re: [Geiser-users] Racket and JIT
Date: Sun, 14 Apr 2013 22:30:05 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]