[][src]Constant weld::CONF_EXPERIMENTAL_PASSES_KEY

pub const CONF_EXPERIMENTAL_PASSES_KEY: &str = "weld.optimization.applyExperimentalTransforms";

Enables experimental (unstable) optimizations.

Experimental optimizations may produce adverse effects in certain programs, as they are unstable/still being tested. They may also improve the performance of a program, however.

This parameter should be set for compilation.