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

Method current_artifact_stem

src/compilation_pipeline.rs:629–634  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

627 pub fn set_register_allocation(&mut self, enabled: bool) {
628 self.register_allocation = enabled;
629 }
630
631 /// Omit the redundant s0 frame pointer in the RV64 backend. On by default.
632 pub fn set_omit_frame_pointer(&mut self, enabled: bool) {
633 self.omit_frame_pointer = enabled;
634 }
635
636 /// Enable IR-level passes (constant folding, dead-code elimination). Off by
637 /// default so IR and assembly goldens stay stable.

Callers 4

run_fullMethod · 0.80
assembleMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected