Lines Matching refs:code

67 	Change generated code after the meaning of __inline is changed in
383 multicompare code section and its variables when it is not used.
470 Remove special case code for -k'*'.
479 (Search::compute_alpha_unify): Remove special case code for -k'*'.
482 (Search::find_alpha_inc): Remove special case code for -k'*'.
486 code for -k'*'.
1017 (Output::output): Output the verbatim_* code pieces with #line.
1149 cases. Avoids gcc warnings on the generated code.
1190 * src/search.cc (Search::prepare): Reorder the code. Compute the
1341 (main): Inline some code from gen-perf.cc.
1572 * src/bool-array.icc: Move init() code into the constructor.
1665 * doc/texinfo.tex: Update to post-texinfo-4.0 version. @code in the
1926 * src/gen-perf.cc, src/key-list.cc: Move some code from
1934 + With option "-t" [TYPE], don't emit wrong code if there is no
1949 + With option "-S" [SWITCH], emit the comparison code just once,
2104 * src/main.cc: Remove COUNT_TIME code.
2368 * Instrumented the source code with trace statements automagically
2382 Also simplified the code that performs the logic in this routine.
2399 handle duplicate entries. Changed the generated code so that
2402 code by substituting MAX_HASH_VALUE for TOTAL_KEYS in several places.
2428 is enabled. Previously the code generated use const data members
2434 Why sacrifice speed for some abstract notion of `code purity?' ;-)
2448 code output a tad...
2506 since that section of code is *hardly* the bottleneck... ;-)
2510 speed-up and clean up the code generation.
2546 that the generated code is often *smaller* than that put out by
2602 cleans up client code.
2634 able to generate code for giant switch statements (but don't
2643 * Added the GATHER_STATISTICS code in hash-table.c so we can
2646 code can be conditionally compiled in.
2668 this code gets rid of any avoidable limit on stack size so that
2675 * Rewrote Gen_Perf::affects_prev. First, the code structure
2858 the generated assembly code on all compilers I've seen.
2908 C code.
2948 This simplifies the code and reduces the number of malloc calls.
2975 faulty C code to be generated when the -D, -p, and -t
3106 * Made massive stylistic changes to bring source code into
3111 * Fixed up the output routines so that they generate code
3141 text at the beginning of the generated C source code output.
3149 * Added code to NULL terminate both Struct_Tag and Return_Type,
3181 options that affect the generated code. Send the new
3210 * Added a comment at the top of the generated C code
3223 optimziation of the generated C code in the ``hash'' function
3280 C code ).
3344 trades time for space in the generated lookup code.
3361 efficient C code in this case.