8b60264b0d
* builtins.c (expand_builtin_setjmp_receiver): Const-ify. * c-common.c (fname_var_t, c_tree_code_type, c_tree_code_length): Likewise. * c-dump.c (dump_option_value_info): Likewise. * c-format.c (format_length_info, format_char_info, format_flag_spec, format_flag_pair, format_kind_info): Likewise. * collect2.c (names): Likewise. * cppdefault.h (default_include): Likewise. * cppexp.c (suffix, vsuf_1, vsuf_2, vsuf_3): Likewise. * flow.c (life_analysis): Likewise. * gcc.c (dir_separator_str, modify_target, option_map, target_option_translations, spec_list_1, extra_specs_1, init_spec): Likewise. * gcov.c (gcov_version_string): Likewise. * genattr.c (write_units): Likewise. * genattrtab.c (make_length_attrs, write_function_unit_info): Likewise. * gengenrtl.c (rtx_definition, defs): Likewise. * genrecog.c (pred_table): Likewise. * global.c (global_alloc): Likewise. * lcm.c (optimize_mode_switching): Likewise. * local-alloc.c (find_free_reg): Likewise. * params.h (param_info): Likewise. * predict.c (predictor_info): Likewise. * protoize.c (unexpansion_struct): Likewise. * real.c (bmask): Likewise. * recog.h (insn_operand_data, insn_data): Likewise. * regclass.c (initial_fixed_regs, initial_call_used_regs): Likewise. * stmt.c (expand_nl_goto_receiver): Likewise. * toplev.c (da, debug_args, lang_opt, documented_lang_options, target_switches, target_options): Likewise. * tradcif.y (token, tokentab2, yylex): Likewise. * tree.h (attribute_spec): Likewise. * alpha.c (override_options, alpha_lookup_xfloating_lib_func): Likewise. * arc.c (arc_output_function_epilogue): Likewise. * arm.c (processors, all_cores, all_architectures, arm_override_options, isr_attribute_arg, isr_attribute_args, arm_isr_value): Likewise. * avr.c (mcu_type_s, reg_class_tab, order_regs_for_local_alloc): Likewise. * c4x.c (c4x_int_reglist): Likewise. * d30v.c (override_options): Likewise. * h8300.c (shift_insn): Likewise. * i386.c (size_cost, i386_cost, i486_cost, pentium_cost, pentiumpro_cost, k6_cost, athlon_cost, pentium4_cost, ix86_cost, ix86_expand_sse_comi, ix86_expand_sse_compare, override_options, builtin_description, bdesc_comi, bdesc_2arg, bdesc_1arg, ix86_init_mmx_sse_builtins, ix86_expand_builtin): Likewise. * i386.h (processor_costs, ix86_cost): Likewise. * m68hc11.c (m68hc11_cost, m6811_cost, m6812_cost): Likewise. * m68hc11.h (processor_costs, m68hc11_cost): Likewise. * m68k.c (codes_68881, codes_FPA): Likewise. * m88k.c (mode_from_align, max_from_align, all_from_align, best_from_align, m_options): Likewise. * m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise. * mcore.c (mode_from_align): Likewise. * mips/elf64.h (UNIQUE_SECTION): Likewise. * mips/iris6gld.h (UNIQUE_SECTION): Likewise. * mips.c (mips_sw_reg_names, mips_regno_to_class): Likewise. * mips.h (mips_regno_to_class): Likewise. * ns32k.c (scales): Likewise. * pa.c (import_string, magic_milli): Likewise. * rs6000.c (alt_reg_names, rs6000_override_options): Likewise. * sparc.c (leaf_reg_remap, sparc_override_options, reg_leaf_alloc_order, reg_nonleaf_alloc_order, reg_alloc_orders): Likewise. * sparc.h (sparc_cpu_select, leaf_reg_remap): Likewise. cp: * class.c (build_vtable_entry_ref): Const-ify. * decl.c (predefined_identifier, initialize_predefined_identifiers): Likewise. * init.c (build_new_1): Likewise. * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword): Likewise. f: * bad.c (_ffebad_message_, ffebad_messages_): Const-ify. * bld.c (ffebld_arity_op_): Likewise. * bld.h (ffebld_arity_op_): Likewise. * com.c (ffecom_init_0): Likewise. * intdoc.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_, _ffeintrin_imp_, names, gens, imps, specs, cc_pair, cc_descriptions, cc_summaries): Likewise. * intrin.c (_ffeintrin_name_, _ffeintrin_gen_, _ffeintrin_spec_, _ffeintrin_imp_, ffeintrin_names_, ffeintrin_gens_, ffeintrin_imps_, ffeintrin_specs_): Likewise. java: * jcf-io.c (format_uint): Const-ify. * lang.c (java_tree_code_type, java_tree_code_length): Likewise. * lex.c (java_get_line_col): Likewise. * parse.y (build_incdec): Likewise. From-SVN: r46062
100 lines
3.0 KiB
C
100 lines
3.0 KiB
C
/* params.h - Run-time parameters.
|
||
Copyright (C) 2001 Free Software Foundation, Inc.
|
||
Written by Mark Mitchell <mark@codesourcery.com>.
|
||
|
||
This file is part of GCC.
|
||
|
||
GCC is free software; you can redistribute it and/or modify it under
|
||
the terms of the GNU General Public License as published by the Free
|
||
Software Foundation; either version 2, or (at your option) any later
|
||
version.
|
||
|
||
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
|
||
WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||
for more details.
|
||
|
||
You should have received a copy of the GNU General Public License
|
||
along with GCC; see the file COPYING. If not, write to the Free
|
||
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
|
||
02111-1307, USA.
|
||
|
||
*/
|
||
|
||
/* This module provides a means for setting integral parameters
|
||
dynamically. Instead of encoding magic numbers in various places,
|
||
use this module to organize all the magic numbers in a single
|
||
place. The values of the parameters can be set on the
|
||
command-line, thereby providing a way to control the amount of
|
||
effort spent on particular optimization passes, or otherwise tune
|
||
the behavior of the compiler.
|
||
|
||
Since their values can be set on the command-line, these parameters
|
||
should not be used for non-dynamic memory allocation. */
|
||
|
||
#ifndef GCC_PARAMS_H
|
||
#define GCC_PARAMS_H
|
||
|
||
/* No parameter shall have this value. */
|
||
|
||
#define INVALID_PARAM_VAL (-1)
|
||
|
||
/* The information associated with each parameter. */
|
||
|
||
typedef struct param_info
|
||
{
|
||
/* The name used with the `--param <name>=<value>' switch to set this
|
||
value. */
|
||
const char *const option;
|
||
/* The associated value. */
|
||
int value;
|
||
/* A short description of the option. */
|
||
const char *const help;
|
||
} param_info;
|
||
|
||
/* An array containing the compiler parameters and their current
|
||
values. */
|
||
|
||
extern param_info *compiler_params;
|
||
|
||
/* Add the N PARAMS to the current list of compiler parameters. */
|
||
|
||
extern void add_params
|
||
PARAMS ((const param_info params[], size_t n));
|
||
|
||
/* Set the VALUE associated with the parameter given by NAME. */
|
||
|
||
extern void set_param_value
|
||
PARAMS ((const char *name, int value));
|
||
|
||
|
||
/* The parameters in use by language-independent code. */
|
||
|
||
typedef enum compiler_param
|
||
{
|
||
#define DEFPARAM(ENUM, OPTION, HELP, DEFAULT) \
|
||
ENUM,
|
||
#include "params.def"
|
||
#undef DEFPARAM
|
||
LAST_PARAM
|
||
} compiler_param;
|
||
|
||
/* The value of the parameter given by ENUM. */
|
||
#define PARAM_VALUE(ENUM) \
|
||
(compiler_params[(int) ENUM].value)
|
||
|
||
/* Macros for the various parameters. */
|
||
#define MAX_INLINE_INSNS \
|
||
PARAM_VALUE (PARAM_MAX_INLINE_INSNS)
|
||
#define MAX_DELAY_SLOT_INSN_SEARCH \
|
||
PARAM_VALUE (PARAM_MAX_DELAY_SLOT_INSN_SEARCH)
|
||
#define MAX_DELAY_SLOT_LIVE_SEARCH \
|
||
PARAM_VALUE (PARAM_MAX_DELAY_SLOT_LIVE_SEARCH)
|
||
#define MAX_PENDING_LIST_LENGTH \
|
||
PARAM_VALUE (PARAM_MAX_PENDING_LIST_LENGTH)
|
||
#define MAX_GCSE_MEMORY \
|
||
((size_t) PARAM_VALUE (PARAM_MAX_GCSE_MEMORY))
|
||
#define MAX_GCSE_PASSES \
|
||
PARAM_VALUE (PARAM_MAX_GCSE_PASSES)
|
||
#endif /* ! GCC_PARAMS_H */
|