diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-04-27 22:42:35 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-04-27 22:42:35 -0600 |
commit | bc7af8fdf0e2f6560c7d7fa6c17f893409c4830c (patch) | |
tree | d661c0af9f8ccd7a21641f2358d58bb6df21a161 /output/ex31.vaporm | |
parent | e3054fac8eca3148df169afa2cd85de40cf5ac94 (diff) |
Implement variable spilling
Diffstat (limited to 'output/ex31.vaporm')
-rw-r--r-- | output/ex31.vaporm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/output/ex31.vaporm b/output/ex31.vaporm index 43fee7b..1f89621 100644 --- a/output/ex31.vaporm +++ b/output/ex31.vaporm @@ -1,7 +1,7 @@ const functable_A :A_foo :A_bar -func Main [in 0, out 0, local 17] +func Main [in 0, out 0, local 14] local[0] = $s0 local[1] = $s1 local[2] = $s2 @@ -22,7 +22,7 @@ func Main [in 0, out 0, local 17] $s6 = local[6] $s7 = local[7] ret -func A_foo [in 0, out 0, local 17] +func A_foo [in 0, out 0, local 14] local[0] = $s0 local[1] = $s1 local[2] = $s2 @@ -43,7 +43,7 @@ func A_foo [in 0, out 0, local 17] $s6 = local[6] $s7 = local[7] ret -func A_bar [in 0, out 0, local 17] +func A_bar [in 0, out 0, local 14] local[0] = $s0 local[1] = $s1 local[2] = $s2 @@ -64,7 +64,7 @@ func A_bar [in 0, out 0, local 17] $s6 = local[6] $s7 = local[7] ret -func AllocArray [in 0, out 0, local 17] +func AllocArray [in 0, out 0, local 14] local[0] = $s0 local[1] = $s1 local[2] = $s2 |