u3: removes redundant stack reads from +reel and +stir jets

This commit is contained in:
Joe Bryan 2020-09-11 14:57:57 -07:00
parent a78b303bb4
commit 2e8d84c173
2 changed files with 0 additions and 4 deletions

View File

@ -32,8 +32,6 @@
u3a_pile_sane(&pil_u);
u3j_gate_prep(&sit_u, u3k(b));
top = u3a_peek(&pil_u);
while ( len_w-- > 0 ) {
pro = u3j_gate_slam(&sit_u, u3nc(u3k(*top), pro));
top = u3a_pop(&pil_u);

View File

@ -986,8 +986,6 @@
u3j_site raq_u;
u3j_gate_prep(&raq_u, u3k(raq));
top = u3a_peek(&pil_u);
while ( len_w-- > 0 ) {
p_vex = *top;
top = u3a_pop(&pil_u);