Skip to content
Snippets Groups Projects
Commit 8db71d9b authored by Philippe Suter's avatar Philippe Suter Committed by Etienne Kneuss
Browse files

Makes unrolling tree a DAG.

The idea of this commit is to recycle b and e variables in function
template instantiations. This essentially means that the graph of guards
(b variables), which used to be a tree, is now a DAG. The hope is that
this limits the number of unrollings, as different instantiations with
the same arguments are now unrolled only once.
parent 0588c15c
No related branches found
No related tags found
No related merge requests found
Loading
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