From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Compilation in CVI2013

Solved!
Go to solution

Thanks for confirmation!

 

With respect to the achingly slow compilation I noticed that if there are syntax errors these are found pretty fast, so I could imagine that it is one of the optimization steps that takes that long...?

0 Kudos
Message 11 of 13
(879 Views)

No, it's not an optimization step. It affects debug compiles as well, and these don't include any optimization steps. It has to do with the intermediate language generation.

0 Kudos
Message 12 of 13
(877 Views)

@LuisG wrote:

No, it's not an optimization step. It affects debug compiles as well, and these don't include any optimization steps. It has to do with the intermediate language generation.


Luis,

 

I know that it affects debug, that's why I care (I use it in 99.9% of all compilations) Smiley Wink But I have learnt here that even debug includes some optimizations, maybe one of those is causing the delay...

0 Kudos
Message 13 of 13
(870 Views)