(&self)
| 108 | peephole: true, |
| 109 | register_allocation: true, |
| 110 | omit_frame_pointer: true, |
| 111 | optimize: OptOptions::none(), |
| 112 | } |
| 113 | } |
| 114 | |
| 115 | pub fn from_config(config: PipelineConfig) -> Self { |
| 116 | Self { |
| 117 | run_semantic_analysis: config.run_semantic_analysis, |