The Daily CLAD

Community Browser
cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Compiler Optimizations

SercoSteveB
Active Participant

What do the hash marks on wires shown in the VI below indicate?

Hash Lines.bmp

a) LabVIEW has created a reference to this section of code

b) LabVIEW has constant folded this section of code.

c) LabVIEW has identified this section of code for buffer reuse

d) LabVIEW has performed compile-time inlining on this section of code

Comments