Page 1 of 1

About Question enthuware.ocpjp.ii.v11.2.1358 :

Posted: Fri Jul 10, 2020 6:11 pm
by liugengyu
Conditional compilation is used to allow an application that uses assertions to run with maximum performance.
what does it mean by "maximum performance" ?
Thanks any way. :)

Re: About Question enthuware.ocpjp.ii.v11.2.1358 :

Posted: Fri Jul 10, 2020 11:25 pm
by admin
If assertions are not evaluated, then there is less work for the CPU to do. That increases performance.