Turning off the JIT

I’m new to Cling. Can the JIT be turned off?
Context: some platforms (e.g. Sony Playstation) generally do not allow JITing of code due to security limitations (e.g. this is the case for JavaScript on their platform).

I have not yet looked at the source code, but I searched, both in the forums and using Google, but cannot find an answer.

Hi,

As we already discussed by email: I don’t really know what alternative you’re thinking about. If it’s similar to lli without JIT then no, we really don’t want that. What you can do is run cling in syntax-only mode - it will not run anything.

Cheers, Axel.