IQSS / DataTaggingLibrary

Language tools for DataTags (Decision graph variant). Including the embeddable runtime engine

Home Page:http://datatags.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new optimization: unify all [continue] nodes

michbarsinai opened this issue · comments

Replace all [continue] nodes with a global one. Off of the compilation process, we have one such node per section. This is required for better verification/visualizations, but is a waste of memory when it comes to pure runtime.

Same as in [end] nodes, replace only if the continue node has an auto-generated id.