UQ-PAC / BASIL

Apache License 2.0
8 stars 0 forks source link

Improve IrreducibleLoops.scala performance by making it tail call optimised #206

Open yousifpatti opened 4 months ago

yousifpatti commented 4 months ago

Currently, IrreducibleLoops analysis would result in std jvm heap size to be exceeded as well as a stackoverflow. You can increase the heap to 10G and stack to 1G, however, we may want to optimise the recursive calls in that class to make it use less stack frames