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,273
Issues
4,273
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
413
Merge Requests
413
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
7b2e3b32
Commit
7b2e3b32
authored
Mar 25, 2003
by
sof
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2003-03-25 16:06:39 by sof]
upd MAX_SPEC_SELECTEE_SIZE comment
parent
a60cf7b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
ghc/includes/Constants.h
ghc/includes/Constants.h
+6
-7
No files found.
ghc/includes/Constants.h
View file @
7b2e3b32
/* ----------------------------------------------------------------------------
* $Id: Constants.h,v 1.2
2 2002/12/11 15:36:37 simonmar
Exp $
* $Id: Constants.h,v 1.2
3 2003/03/25 16:06:39 sof
Exp $
*
* (c) The GHC Team, 1998-2002
*
...
...
@@ -21,7 +21,7 @@
/* -----------------------------------------------------------------------------
Minimum closure sizes
Here
W
e define the minimum size for updatable closures. This must be at
Here
w
e define the minimum size for updatable closures. This must be at
least 2, to allow for cons cells and linked indirections. All updates
will be performed on closures of this size. For non-updatable closures
the minimum size is 1 to allow for a forwarding pointer.
...
...
@@ -49,10 +49,9 @@
Constants to do with specialised closure types.
-------------------------------------------------------------------------- */
/* We have some pre-compiled selector thunks defined in
* StgSelectors.hc in the runtime system. This constant defines the
* highest selectee index that we can replace with a reference to the
* pre-compiled code.
/* We have some pre-compiled selector thunks defined in rts/StgStdThunks.hc.
* This constant defines the highest selectee index that we can replace with a
* reference to the pre-compiled code.
*/
#define MAX_SPEC_SELECTEE_SIZE 15
...
...
@@ -120,7 +119,7 @@
/* -----------------------------------------------------------------------------
How much C stack to reserve for local temporaries when in the STG
world. Used in Stg
Run.S and Stg
CRun.c.
world. Used in StgCRun.c.
-------------------------------------------------------------------------- */
#define RESERVED_C_STACK_BYTES (2048 * SIZEOF_LONG)
...
...
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