Lines Matching refs:code
46 suppressed code generation for too many statements (by "dead code
49 Dhrystone - without inspection of the code that was generated - could
97 suppresses code generation for a part of the statements. Therefore in
102 At several places in the benchmark, code has been added, but only in
104 compilers should be prevented from moving code out of the measurement
105 loop, or from removing code altogether. Statements that are executed
115 where optimizing compilers may not generate code for some statements.
117 benchmarks. Users of the benchmark are advised to check code listings
118 whether code is generated for all statements of Dhrystone.
156 suppressed code generation for the division.
158 o For Proc_2, no code has been changed, but the values of the actual
172 prevent the suppression of code generation for the assignment to
208 compilers removed too much code in the main part of the program, this
218 generate efficient inline code. In C, string assignemt and comparisons
221 (ANSI C allows an implementation to use inline code for these
284 since ANSI C allows an implementation to use inline code for these
291 It is often hard to draw an exact line between "normal code
325 ask for code listings and to check them carefully. In this way, when