|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
Tuning for a JIT engine, passed to srn_jit_create. More...
#include <jit.h>
Data Fields | |
| int | opt_level |
| Optimisation level applied to added modules, 0 (none) through 3. | |
| bool | install_default_pipeline |
| When true, the default middle-end optimisation pipeline runs over each module before it is compiled; when false, modules are compiled as emitted. | |
Tuning for a JIT engine, passed to srn_jit_create.
A null config selects the defaults (optimisation level 2, default pipeline installed).
| bool srn_jit_config_t::install_default_pipeline |
| int srn_jit_config_t::opt_level |