|
P99
|
Mark the conditional expression as being unlikely. This can be useful e.g to test returns of system functions. Many of these return Use with care, as humans are particularly bad at branch prediction. If unsure, first test your conditional for some time to see that the case is really as unlikely as you think.
This can be useful e.g to test the return value of Use with care, as humans are particularly bad at branch prediction. If unsure, first test your conditional for some time to see that the case is really as likely as you think.
Deprecate a declaration that is given as the argument list. Definition at line 985 of file p99_compiler.h. |
1.7.6.1