modified Feb 15, 2007 by Michael Hudson
translation.stackless
back to parent
- name: stackless
- description: enable stackless features during compilation
- command-line: --stackless
- command-line for negation: --no-stackless
- option type: boolean option
- default: False
- requirements:
Run the stackless transform on each generated graph, which enables the use
of coroutines at RPython level and the "stackless" module when translating
PyPy.