PyPy
PyPy Configuration[translation.stackless]

translation.stackless

back to parent

Basic Option Information

  • name: stackless
  • description: enable stackless features during compilation
  • command-line: --stackless
  • command-line for negation: --no-stackless
  • option type: boolean option
  • default: False
  • requirements:

Description

Run the stackless transform on each generated graph, which enables the use of coroutines at RPython level and the "stackless" module when translating PyPy.