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

Function compile

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

Source from the content-addressed store, hash-verified

13}
14
15fn compile(program: &IrProgram) -> String {
16 CompilerRv64::new().compile(program)
17}
18
19fn compile_omit_fp(program: &IrProgram) -> String {
20 let mut compiler = CompilerRv64::new();

Calls 1

compileMethod · 0.45