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: Diogo F. S. Ramos
Subject: Re: [Geiser-users] Racket and JIT
Date: Sun, 14 Apr 2013 17:42:29 -0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

"Jose A. Ortega Ruiz" <address@hidden> writes:

> 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).

ITYM (compile-enforce-module-constants #f)

Aha, `errortrace' is the other piece of the puzzle.

Thank you.



reply via email to

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