Skip to content
Snippets Groups Projects
Commit 98c8cee0 authored by Russel Arbore's avatar Russel Arbore
Browse files

Inline to not re-allocate vec too much

parent 7c445a64
No related branches found
No related tags found
1 merge request!212More optimization
Pipeline #201999 passed
......@@ -40,6 +40,9 @@ let split = fork-split(loop2);
let loop2_body = outline(split.srad_1.fj1);
simpl!(loop2, loop2_body);
inline(srad@loop2);
delete-uncalled(*);
fork-split(extract, compress, loop1, loop2_body, loop3);
unforkify(extract, compress, loop1, loop2_body, loop3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment