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
5fec2547
Commit
5fec2547
authored
25 years ago
by
Simon Marlow
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 2000-01-18 12:36:38 by simonmar]
non-functional changes that were sitting in my tree.
parent
caef05f3
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ghc/includes/Closures.h
+11
-10
11 additions, 10 deletions
ghc/includes/Closures.h
with
11 additions
and
10 deletions
ghc/includes/Closures.h
+
11
−
10
View file @
5fec2547
/* ----------------------------------------------------------------------------
* $Id: Closures.h,v 1.1
5
2000/01/1
3
1
4
:3
4:00 hwloidl
Exp $
* $Id: Closures.h,v 1.1
6
2000/01/1
8
1
2
:3
6:38 simonmar
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -117,7 +117,7 @@ typedef struct {
#ifdef PAR
StgParHeader
par
;
#endif
#if
def
ined(
GRAN
)
#ifdef
GRAN
StgGranHeader
gran
;
#endif
#ifdef TICKY_TICKY
...
...
@@ -273,7 +273,7 @@ typedef struct _StgStableName {
StgHeader
header
;
StgWord
sn
;
}
StgStableName
;
typedef
struct
_StgWeak
{
/* Weak v */
StgHeader
header
;
StgClosure
*
key
;
...
...
@@ -325,9 +325,9 @@ typedef struct StgBlockingQueueElement_ {
}
StgBlockingQueueElement
;
typedef
struct
StgBlockingQueue_
{
StgHeader
header
;
struct
StgBlockingQueueElement_
*
blocking_queue
;
StgMutClosure
*
mut_link
;
StgHeader
header
;
struct
StgBlockingQueueElement_
*
blocking_queue
;
StgMutClosure
*
mut_link
;
}
StgBlockingQueue
;
/* this closure is hanging at the end of a blocking queue in (par setup only) */
...
...
@@ -343,12 +343,13 @@ typedef struct StgRBH_ {
}
StgRBH
;
#else
/* old sequential version of a blocking queue, which can only hold TSOs */
typedef
struct
StgBlockingQueue_
{
StgHeader
header
;
struct
StgTSO_
*
blocking_queue
;
StgMutClosure
*
mut_link
;
StgHeader
header
;
struct
StgTSO_
*
blocking_queue
;
StgMutClosure
*
mut_link
;
}
StgBlockingQueue
;
#endif
#if defined(PAR)
...
...
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