Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,321
Issues
4,321
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
360
Merge Requests
360
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
4551fa12
Commit
4551fa12
authored
Jun 25, 1999
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 1999-06-25 09:14:54 by simonmar]
Comment about TABLES_NEXT_TO_CODE.
parent
6d40c9e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
ghc/includes/Stg.h
ghc/includes/Stg.h
+6
-1
No files found.
ghc/includes/Stg.h
View file @
4551fa12
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.1
3 1999/06/25 09:13:38
simonmar Exp $
* $Id: Stg.h,v 1.1
4 1999/06/25 09:14:54
simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -47,6 +47,11 @@
#define COMPILER 1
#endif
/* TABLES_NEXT_TO_CODE says whether to assume that info tables are
* assumed to reside just before the code for a function.
*
* UNDEFINING THIS WON'T WORK ON ITS OWN. You have been warned.
*/
#ifndef USE_MINIINTERPRETER
#define TABLES_NEXT_TO_CODE
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment