* src/native/localref.c: Improved debug output with -XX:+DebugLocalReferences.
[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
164
165 /* interpreter options ********************************************************/
166
167 #if defined(ENABLE_INTRP)
168 extern bool opt_no_dynamic;
169 extern bool opt_no_replication;
170 extern bool opt_no_quicksuper;
171
172 extern s4   opt_static_supers;
173 extern bool vm_debug;
174 #endif
175
176 /* debug output filtering options *********************************************/
177
178 #if defined(ENABLE_DEBUG_FILTER)
179 extern const char *opt_filter_verbosecall_include;
180 extern const char *opt_filter_verbosecall_exclude;
181 extern const char *opt_filter_show_method;
182 #endif
183
184
185 /* -XX options ****************************************************************/
186
187 /* NOTE: For better readability keep these alpha-sorted. */
188
189 extern int      opt_DebugExceptions;
190 extern int      opt_DebugLocalReferences;
191 extern int      opt_DebugLocks;
192 extern int      opt_DebugPatcher;
193 extern int      opt_DebugPackage;
194 extern int      opt_DebugProperties;
195 extern int32_t  opt_DebugStackFrameInfo;
196 extern int      opt_DebugStackTrace;
197 extern int      opt_DebugThreads;
198 #if defined(ENABLE_DISASSEMBLER)
199 extern int      opt_DisassembleStubs;
200 #endif
201 #if defined(ENABLE_GC_CACAO)
202 extern int32_t  opt_GCDebugRootSet;
203 extern int32_t  opt_GCStress;
204 #endif
205 extern int32_t  opt_MaxPermSize;
206 extern int32_t  opt_PermSize;
207 extern int      opt_PrintConfig;
208 extern int32_t  opt_ProfileGCMemoryUsage;
209 extern int32_t  opt_ProfileMemoryUsage;
210 extern FILE    *opt_ProfileMemoryUsageGNUPlot;
211 #if defined(ENABLE_REPLACEMENT)
212 extern int      opt_TestReplacement;
213 #endif
214 extern int32_t  opt_ThreadStackSize;
215 extern int      opt_TraceCompilerCalls;
216 extern int32_t  opt_TraceExceptions;
217 extern int32_t  opt_TraceJavaCalls;
218 extern int32_t  opt_TraceJNICalls;
219 extern int32_t  opt_TraceJVMCalls;
220 extern int32_t  opt_TraceLinkClass;
221 #if defined(ENABLE_REPLACEMENT)
222 extern int32_t  opt_TraceReplacement;
223 #endif
224
225
226 /* function prototypes ********************************************************/
227
228 s4   options_get(opt_struct *opts, JavaVMInitArgs *vm_args);
229 void options_xx(JavaVMInitArgs *vm_args);
230
231 #endif /* _OPTIONS_H */
232
233
234 /*
235  * These are local overrides for various environment variables in Emacs.
236  * Please do not remove this and leave it at the end of the file, where
237  * Emacs will automagically detect them.
238  * ---------------------------------------------------------------------
239  * Local variables:
240  * mode: c
241  * indent-tabs-mode: t
242  * c-basic-offset: 4
243  * tab-width: 4
244  * End:
245  */