translation.jitΒΆ
- name: jit
- description: generate a JIT
- command-line: –translation-jit
- command-line for negation: –no-translation-jit
- option type: boolean option
- default: False
- suggestions:
- translation.gc should be set to ‘incminimark’
- translation.gcrootfinder should be set to ‘asmgcc’
- translation.list_comprehension_operations should be set to ‘True’
Enable the JIT generator, for targets that have JIT support. Experimental so far.