[project @ 2001-01-05 15:24:28 by sewardj]
[ghc-hetmet.git] / ghc / includes / options.h
index aca0b1e..7993101 100644 (file)
@@ -7,8 +7,8 @@
  * Hugs version 1.4, December 1997
  *
  * $RCSfile: options.h,v $
- * $Revision: 1.25 $
- * $Date: 2000/04/05 16:57:18 $
+ * $Revision: 1.29 $
+ * $Date: 2000/05/10 09:00:20 $
  * ------------------------------------------------------------------------*/
 
 
 #define PROVIDE_PTREQUALITY 1
 #define PROVIDE_CONCURRENT  1
 
-/* Enable a crude profiler which counts BCO entries, bytes allocated
-   and bytecode insns executed on a per-fn basis.  Used for assessing
-   the effect of the simplifier/optimiser.
-*/
-#undef CRUDE_PROFILING
-
 /* Turn bytecode interpreter support on/off.
  */
 #define INTERPRETER 1 
  * and EAGER_BLACKHOLING has been introduced also.  KSW 1999-01.
  */
 
+
 /* Turn miniinterpreter on/off.
  * 
  * The mininterpreter is portable but slow - if you turn it off, 
  * If you turn this off, you'll probably need to provide some
  * assembly language support for your architecture.
  */
-#define NO_REGS
+/* Disabled by JRS 09 May 00.  Seems unneccessary and generates a lot of
+   warnings compiling the RTS.
+*/
+/* #define NO_REGS */
 
 
 /* Define if :xplain should be enabled                                    */