On Wed, Jan 20, 2010 at 10:54:11PM -0800, Gregory P. Smith wrote:
> I think having a run time flag (or environment variable for those who like
> that) to disable the use of JIT at python3 execution time would be a good
> idea.

Another approach could be to compile two binaries, 'python' which is
smaller and doesn't contain the JIT, and jit-python, which is much
larger and contains LLVM.

--amk
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to