* src/vm/jit/alpha/codegen.c,
[cacao.git] / src / vmcore / options.h
1 /* src/vmcore/options.h - define global options extern
2
3    Copyright (C) 1996-2005, 2006, 2007 R. Grafl, A. Krall, C. Kruegel,
4    C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
5    E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
6    J. Wenninger, Institut f. Computersprachen - TU Wien
7
8    This file is part of CACAO.
9
10    This program is free software; you can redistribute it and/or
11    modify it under the terms of the GNU General Public License as
12    published by the Free Software Foundation; either version 2, or (at
13    your option) any later version.
14
15    This program is distributed in the hope that it will be useful, but
16    WITHOUT ANY WARRANTY; without even the implied warranty of
17    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18    General Public License for more details.
19
20    You should have received a copy of the GNU General Public License
21    along with this program; if not, write to the Free Software
22    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23    02110-1301, USA.
24
25 */
26
27
28 #ifndef _OPTIONS_H
29 #define _OPTIONS_H
30
31
32 #include "config.h"
33
34 #include <stdint.h>
35
36 #include "vm/types.h"
37
38 #include "native/jni.h"
39
40 #include "vm/global.h"
41
42
43 /* reserved option numbers ****************************************************/
44
45 /* define these negative since the other options are an enum */
46
47 #define OPT_DONE       -1
48 #define OPT_ERROR      -2
49 #define OPT_IGNORE     -3
50
51
52 typedef struct opt_struct opt_struct;
53
54 struct opt_struct {
55         char *name;
56         bool  arg;
57         int   value;
58 };
59
60
61 typedef struct option_t option_t;
62
63 struct option_t {
64         char *name;
65         int   value;
66         int   type;
67         char *doc;
68 };
69
70
71 /* global variables ***********************************************************/
72
73 extern s4    opt_index;
74 extern char *opt_arg;
75
76 extern bool opt_foo;
77
78 extern bool opt_jit;
79 extern bool opt_intrp;
80
81 extern bool opt_jar;
82 extern bool opt_run;
83
84 extern s4   opt_heapmaxsize;
85 extern s4   opt_heapstartsize;
86 extern s4   opt_stacksize;
87
88 extern bool opt_verbose;
89 extern bool opt_debugcolor;
90 extern bool compileall;
91
92 extern bool loadverbose;         /* Print debug messages during loading */
93 extern bool initverbose;         /* Log class initialization */ 
94
95 extern bool opt_verboseclass;
96 extern bool opt_verbosegc;
97 extern bool opt_verbosejni;
98 extern bool opt_verbosecall;
99
100 extern bool showmethods;
101 extern bool showconstantpool;
102 extern bool showutf;
103
104 extern char *opt_method;
105 extern char *opt_signature;
106
107 extern bool compileverbose;
108 extern bool showstack;
109
110 extern bool opt_showdisassemble;
111 extern bool opt_shownops;
112 extern bool opt_showddatasegment;
113 extern bool opt_showintermediate;
114
115 extern bool checkbounds;
116 extern bool opt_noieee;
117 extern bool checksync;
118 #if defined(ENABLE_LOOP)
119 extern bool opt_loops;
120 #endif
121
122 extern bool makeinitializations;
123
124 #if defined(ENABLE_STATISTICS)
125 extern bool opt_stat;
126 extern bool opt_getloadingtime;
127 extern bool opt_getcompilingtime;
128 #endif
129 #if defined(ENABLE_VERIFIER)
130 extern bool opt_verify;
131 #endif
132
133 #if defined(ENABLE_PROFILING)
134 extern bool opt_prof;
135 extern bool opt_prof_bb;
136 #endif
137
138 /* inlining options ***********************************************************/
139
140 #if defined(ENABLE_INLINING)
141 extern bool opt_inlining;
142 #if defined(ENABLE_INLINING_DEBUG) || !defined(NDEBUG)
143 extern s4 opt_inline_debug_min_size;
144 extern s4 opt_inline_debug_max_size;
145 extern s4 opt_inline_debug_end_counter;
146 extern bool opt_inline_debug_all;
147 #endif /* defined(ENABLE_INLINING_DEBUG) || !defined(NDEBUG) */
148 #if !defined(NDEBUG)
149 extern bool opt_inline_debug_log;
150 #endif /* !defined(NDEBUG) */
151 #endif /* defined(ENABLE_INLINING) */
152
153
154 /* optimization options *******************************************************/
155
156 #if defined(ENABLE_IFCONV)
157 extern bool opt_ifconv;
158 #endif
159
160 #if defined(ENABLE_LSRA) || defined(ENABLE_SSA)
161 extern bool opt_lsra;
162 #endif
163 #if defined(ENABLE_SSA)
164 extern bool opt_ssa_dce;          /* enable dead code elemination */
165 extern bool opt_ssa_cp;           /* enable copy propagation      */
166 #endif
167
168 /* interpreter options ********************************************************/
169
170 #if defined(ENABLE_INTRP)
171 extern bool opt_no_dynamic;
172 extern bool opt_no_replication;
173 extern bool opt_no_quicksuper;
174
175 extern s4   opt_static_supers;
176 extern bool vm_debug;
177 #endif
178
179 /* debug output filtering options *********************************************/
180
181 #if defined(ENABLE_DEBUG_FILTER)
182 extern const char *opt_filter_verbosecall_include;
183 extern const char *opt_filter_verbosecall_exclude;
184 extern const char *opt_filter_show_method;
185 #endif
186
187
188 /* -XX options ****************************************************************/
189
190 /* NOTE: For better readability keep these alpha-sorted. */
191
192 extern int      opt_DebugExceptions;
193 extern int      opt_DebugFinalizer;
194 extern int      opt_DebugLocalReferences;
195 extern int      opt_DebugLocks;
196 extern int      opt_DebugPatcher;
197 extern int      opt_DebugPackage;
198 extern int      opt_DebugProperties;
199 extern int32_t  opt_DebugStackFrameInfo;
200 extern int      opt_DebugStackTrace;
201 extern int      opt_DebugThreads;
202 #if defined(ENABLE_DISASSEMBLER)
203 extern int      opt_DisassembleStubs;
204 #endif
205 #if defined(ENABLE_GC_CACAO)
206 extern int32_t  opt_GCDebugRootSet;
207 extern int32_t  opt_GCStress;
208 #endif
209 extern int32_t  opt_MaxPermSize;
210 extern int32_t  opt_PermSize;
211 extern int      opt_PrintConfig;
212 extern int32_t  opt_ProfileGCMemoryUsage;
213 extern int32_t  opt_ProfileMemoryUsage;
214 extern FILE    *opt_ProfileMemoryUsageGNUPlot;
215 #if defined(ENABLE_REPLACEMENT)
216 extern int      opt_TestReplacement;
217 #endif
218 extern int32_t  opt_ThreadStackSize;
219 extern int      opt_TraceCompilerCalls;
220 extern int32_t  opt_TraceExceptions;
221 extern int32_t  opt_TraceJavaCalls;
222 extern int32_t  opt_TraceJNICalls;
223 extern int32_t  opt_TraceJVMCalls;
224 extern int32_t  opt_TraceJVMCallsVerbose;
225 extern int32_t  opt_TraceLinkClass;
226 #if defined(ENABLE_REPLACEMENT)
227 extern int32_t  opt_TraceReplacement;
228 #endif
229
230
231 /* function prototypes ********************************************************/
232
233 s4   options_get(opt_struct *opts, JavaVMInitArgs *vm_args);
234 void options_xx(JavaVMInitArgs *vm_args);
235
236 #endif /* _OPTIONS_H */
237
238
239 /*
240  * These are local overrides for various environment variables in Emacs.
241  * Please do not remove this and leave it at the end of the file, where
242  * Emacs will automagically detect them.
243  * ---------------------------------------------------------------------
244  * Local variables:
245  * mode: c
246  * indent-tabs-mode: t
247  * c-basic-offset: 4
248  * tab-width: 4
249  * End:
250  */