Module cairo_lang_lowering::optimizations::delay_var_def
source · Structs
Functions
- Moves var definitions closer to their usage point and removes unused var. Currently only moves consts and empty structs. Remove unnessary remapping before this optimization will result in better code.