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

Function compile_omit_fp

tests/integration/rv64_codegen.rs:19–23  ·  view source on GitHub ↗
(program: &IrProgram)

Source from the content-addressed store, hash-verified

17}
18
19fn compile_omit_fp(program: &IrProgram) -> String {
20 let mut compiler = CompilerRv64::new();
21 compiler.set_omit_frame_pointer(true);
22 compiler.compile(program)
23}
24
25#[test]
26fn emits_symbolic_labels_for_calls_and_branches() {

Calls 2

compileMethod · 0.45