Added more optimizations in regards to function invocations and backing
up and restoring registers
This commit is contained in:
@@ -135,9 +135,7 @@ fn test_boolean_return() -> anyhow::Result<()> {
|
||||
move r15 1
|
||||
j __internal_L1
|
||||
__internal_L1:
|
||||
sub r0 sp 1
|
||||
get ra db r0
|
||||
sub sp sp 1
|
||||
pop ra
|
||||
j ra
|
||||
main:
|
||||
jal getTrue
|
||||
|
||||
Reference in New Issue
Block a user