Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
37fe8f8c
Commit
37fe8f8c
authored
25 years ago
by
Julian Seward
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2000-03-10 18:28:26 by sewardj]
Nuke a substantial number of no-longer-supported options.
parent
08e36f1d
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/includes/options.h
+2
-24
2 additions, 24 deletions
ghc/includes/options.h
with
2 additions
and
24 deletions
ghc/includes/options.h
+
2
−
24
View file @
37fe8f8c
...
...
@@ -7,8 +7,8 @@
* Hugs version 1.4, December 1997
*
* $RCSfile: options.h,v $
* $Revision: 1.2
1
$
* $Date: 2000/03/10 1
7:30:3
6 $
* $Revision: 1.2
2
$
* $Date: 2000/03/10 1
8:28:2
6 $
* ------------------------------------------------------------------------*/
...
...
@@ -168,23 +168,12 @@
#define PROVIDE_COERCE 1
#define PROVIDE_PTREQUALITY 1
/* Set to 1 to use a non-GMP implementation of integer, in the
standalone Hugs. Set to 0 in the combined GHC-Hugs system,
in which case GNU MP will be used.
*/
#define STANDALONE_INTEGER 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
/* Is the default default (Int,Double) or (Integer,Double)?
*/
#define DEFAULT_BIGNUM 1
/* Turn bytecode interpreter support on/off.
*/
#define INTERPRETER 1
...
...
@@ -213,10 +202,6 @@
#define NO_REGS
/* --------------------------------------------------------------------------
* Fancy features
* ------------------------------------------------------------------------*/
/* Define if :xplain should be enabled */
#define EXPLAIN_INSTANCE_RESOLUTION 0
...
...
@@ -270,13 +255,6 @@
#define USE_ADDR_FOR_STRINGS 1
/* --------------------------------------------------------------------------
* Debugging options (intended for use by maintainers)
* ------------------------------------------------------------------------*/
/* Define if debugging generated bytecodes or the bytecode interpreter */
#define DEBUG_CODE 1
/* --------------------------------------------------------------------------
* Experimental features
* These are likely to disappear/change in future versions and should not
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment