Open michbarsinai opened 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.
[continue]
Same as in [end] nodes, replace only if the continue node has an auto-generated id.
[end]
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.