IQSS / DataTaggingLibrary

Language tools for DataTags (Decision graph variant). Including the embeddable runtime engine
http://datatags.org
Apache License 2.0
8 stars 11 forks source link

Add new optimization: unify all [continue] nodes #220

Open michbarsinai opened 5 years ago

michbarsinai commented 5 years ago

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.

michbarsinai commented 5 years ago

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