X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Foptions.h;h=18c1c0013ebe8e04af82c0b06544a5f953b11d5c;hb=92b1b5d58fe7443cdb897e26d054023ac8d06258;hp=1758add5c3a757ba8858a35ad51f1177f1d29667;hpb=e492258b67e012f0d9e4b28945e579b2669d108e;p=cacao.git diff --git a/src/vm/options.h b/src/vm/options.h index 1758add5c..18c1c0013 100644 --- a/src/vm/options.h +++ b/src/vm/options.h @@ -88,7 +88,6 @@ extern s4 opt_stacksize; extern bool opt_verbose; extern bool opt_debugcolor; -extern bool compileall; extern bool loadverbose; /* Print debug messages during loading */ extern bool initverbose; /* Log class initialization */ @@ -102,9 +101,6 @@ extern bool showmethods; extern bool showconstantpool; extern bool showutf; -extern char *opt_method; -extern char *opt_signature; - extern bool compileverbose; extern bool showstack; @@ -183,6 +179,9 @@ extern int opt_ThreadStackSize; /* Debugging options which can be turned off. */ extern bool opt_AlwaysEmitLongBranches; +extern int opt_CompileAll; +extern char* opt_CompileMethod; +extern char* opt_CompileSignature; extern int opt_DebugExceptions; extern int opt_DebugFinalizer; extern int opt_DebugLocalReferences;