=============== 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 'shadowstack' + `translation.list_comprehension_operations`_ should be set to 'True' .. _translation.gcrootfinder: translation.gcrootfinder.html .. _translation.list\_comprehension\_operations: translation.list_comprehension_operations.html .. _translation.gc: translation.gc.html Enable the JIT generator, for targets that have JIT support. Experimental so far.