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

Previous topic

objspace.translationmodules

Next topic

objspace.logbytecodes

This Page