MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / set_omit_frame_pointer

Method set_omit_frame_pointer

src/compilation_pipeline.rs:614–616  ·  view source on GitHub ↗

Omit the redundant s0 frame pointer in the RV64 backend. On by default.

(&mut self, enabled: bool)

Source from the content-addressed store, hash-verified

612 self.artifact_root = root.into();
613 }
614
615 pub fn set_write_artifacts(&mut self, enabled: bool) {
616 self.write_artifacts = enabled;
617 }
618
619 /// Enable the conservative assembly peephole pass. Off by default, because it

Callers 3

compile_omit_fpFunction · 0.45
run_hll_omit_fpFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected