==================
objspace.geninterp
==================

* **name:** geninterp

* **description:** specify whether geninterp should be used

* **command-line:** --objspace-geninterp

* **command-line for negation:** --no-objspace-geninterp

* **option type:** boolean option

* **default:** False




This option enables `geninterp`_. This will usually make the PyPy interpreter
significantly faster (but also a bit bigger).

.. _`geninterp`: ../geninterp.html
