Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
fn compile(program: &IrProgram) -> String {
16
CompilerRv64::new().compile(program)
17
}
18
19
fn compile_omit_fp(program: &IrProgram) -> String {
20
let mut compiler = CompilerRv64::new();
Callers
7
emits_symbolic_labels_for_calls_and_branches
Function · 0.85
emits_standard_prologue_and_argument_spills
Function · 0.85
uses_lw_and_sw_for_i32_stack_values
Function · 0.85
keeps_pointer_stack_values_64_bit
Function · 0.85
heap_alloc_zeroes_memory_and_skips_null
Function · 0.85
lowers_stack_alloc_as_frame_address_not_memory_load
Function · 0.85
omits_destination_for_void_calls
Function · 0.85
Calls
1
compile
Method · 0.45
Tested by
7
emits_symbolic_labels_for_calls_and_branches
Function · 0.68
emits_standard_prologue_and_argument_spills
Function · 0.68
uses_lw_and_sw_for_i32_stack_values
Function · 0.68
keeps_pointer_stack_values_64_bit
Function · 0.68
heap_alloc_zeroes_memory_and_skips_null
Function · 0.68
lowers_stack_alloc_as_frame_address_not_memory_load
Function · 0.68
omits_destination_for_void_calls
Function · 0.68