Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dylan Yudaken
GHC
Commits
7f309f1c
Commit
7f309f1c
authored
Feb 05, 1999
by
simonm
Browse files
[project @ 1999-02-05 16:02:18 by simonm]
Copyright police.
parent
a5dc9cda
Changes
85
Hide whitespace changes
Inline
Side-by-side
ghc/includes/Assembler.h
View file @
7f309f1c
/* -*- mode: hugs-c; -*- */
/* -----------------------------------------------------------------------------
*
Bytecode assembler
*
$Id: Assembler.h,v 1.4 1999/02/05 16:02:18 simonm Exp $
*
*
Copyright (c)
1994-1998.
*
(c) The GHC Team
1994-1998.
*
* $RCSfile: Assembler.h,v $
* $Revision: 1.3 $
* $Date: 1999/01/18 15:23:30 $
* Bytecode assembler
*
* NB This is one of the few files shared between Hugs and the runtime system,
* so it is very important that it not conflict with either and that it not
...
...
ghc/includes/Block.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: Block.h,v 1.3 1999/01/13 17:25:51 simonm Exp $
* $Id: Block.h,v 1.4 1999/02/05 16:02:19 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Block structure for the storage manager
*
...
...
ghc/includes/CCall.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: CCall.h,v 1.2 1998/12/02 13:20:53 simonm Exp $
* $Id: CCall.h,v 1.3 1999/02/05 16:02:19 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Macros for performing C calls from the STG world.
*
* -------------------------------------------------------------------------- */
#ifndef CCALL_H
...
...
ghc/includes/ClosureMacros.h
View file @
7f309f1c
/* ----------------------------------------------------------------------------
* $Id: ClosureMacros.h,v 1.3 1999/01/13 17:25:52 simonm Exp $
* $Id: ClosureMacros.h,v 1.4 1999/02/05 16:02:20 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Macros for building and manipulating closures
*
...
...
ghc/includes/ClosureTypes.h
View file @
7f309f1c
/* ----------------------------------------------------------------------------
* $Id: ClosureTypes.h,v 1.
8
1999/02/05 1
5:25:01
simonm Exp $
* $Id: ClosureTypes.h,v 1.
9
1999/02/05 1
6:02:20
simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Closure Type Constants
*
* -------------------------------------------------------------------------- */
...
...
ghc/includes/Closures.h
View file @
7f309f1c
/* ----------------------------------------------------------------------------
* $Id: Closures.h,v 1.6 1999/02/05 12:41:31 sof Exp $
* $Id: Closures.h,v 1.7 1999/02/05 16:02:21 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Closures
*
...
...
ghc/includes/Constants.h
View file @
7f309f1c
/* ----------------------------------------------------------------------------
* $Id: Constants.h,v 1.4 1999/01/26 16:16:20 simonm Exp $
* $Id: Constants.h,v 1.5 1999/02/05 16:02:21 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Constants
*
...
...
ghc/includes/Hooks.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: Hooks.h,v 1.2 1998/12/02 13:21:08 simonm Exp $
* $Id: Hooks.h,v 1.3 1999/02/05 16:02:22 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* User-overridable RTS hooks.
*
...
...
ghc/includes/InfoMacros.h
View file @
7f309f1c
/* ----------------------------------------------------------------------------
* $Id: InfoMacros.h,v 1.
2
199
8/1
2/0
2
1
3:21:09
simonm Exp $
* $Id: InfoMacros.h,v 1.
3
199
9/0
2/0
5
1
6:02:22
simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Macros for building and deconstructing info tables.
*
* -------------------------------------------------------------------------- */
...
...
ghc/includes/InfoTables.h
View file @
7f309f1c
/* ----------------------------------------------------------------------------
* $Id: InfoTables.h,v 1.
9
1999/02/05 1
5:25:02
simonm Exp $
* $Id: InfoTables.h,v 1.
10
1999/02/05 1
6:02:23
simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Info Tables
*
* -------------------------------------------------------------------------- */
...
...
ghc/includes/MachDeps.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: MachDeps.h,v 1.
2
199
8/1
2/0
2
1
3:21:12
simonm Exp $
* $Id: MachDeps.h,v 1.
3
199
9/0
2/0
5
1
6:02:23
simonm Exp $
*
* (c) The GRASP/AQUA Project, Glasgow University, 1998
* (c) The GHC Team, 1998-1999
*
* Definitions that characterise machine specific properties of basic
* Stg types provided as unboxed types (mirrors the typedefs in
...
...
ghc/includes/MachRegs.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: MachRegs.h,v 1.3 1999/01/18 14:31:50 sof Exp $
* $Id: MachRegs.h,v 1.4 1999/02/05 16:02:23 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Registers used in STG code. Might or might not correspond to
* actual machine registers.
...
...
ghc/includes/Prelude.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: Prelude.h,v 1.4 1999/01/27 14:51:14 simonpj Exp $
* $Id: Prelude.h,v 1.5 1999/02/05 16:02:24 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Prelude identifiers that we sometimes need to refer to in the RTS.
*
...
...
ghc/includes/PrimOps.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: PrimOps.h,v 1.15 1999/02/05 15:25:03 simonm Exp $
* $Id: PrimOps.h,v 1.16 1999/02/05 16:02:25 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Macros for primitive operations in STG-ish C code.
*
...
...
ghc/includes/Profiling.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: Profiling.h,v 1.2 1998/12/02 13:21:19 simonm Exp $
* $Id: Profiling.h,v 1.3 1999/02/05 16:02:26 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Cost-Centre Stack Profiling Include
*
* ---------------------------------------------------------------------------*/
...
...
ghc/includes/Regs.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: Regs.h,v 1.2 1998/12/02 13:21:20 simonm Exp $
* $Id: Regs.h,v 1.3 1999/02/05 16:02:26 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Registers used in STG code. Might or might not correspond to
* actual machine registers.
...
...
ghc/includes/Rts.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: Rts.h,v 1.5 1999/01/26 11:12:57 simonm Exp $
* $Id: Rts.h,v 1.6 1999/02/05 16:02:27 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Top-level include file for the RTS itself
*
...
...
ghc/includes/RtsAPI.h
View file @
7f309f1c
/* ----------------------------------------------------------------------------
* $Id: RtsAPI.h,v 1.2 1998/12/02 13:21:21 simonm Exp $
* $Id: RtsAPI.h,v 1.3 1999/02/05 16:02:27 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* API for invoking Haskell functions via the RTS
*
...
...
ghc/includes/Stable.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: Stable.h,v 1.1 1999/01/26 14:04:46 simonm Exp $
* $Id: Stable.h,v 1.2 1999/02/05 16:02:28 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Stable names and stable pointers
*
...
...
ghc/includes/Stg.h
View file @
7f309f1c
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.5 1999/01/26 11:12:57 simonm Exp $
* $Id: Stg.h,v 1.6 1999/02/05 16:02:28 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
* Top-level include file for everything STG-ish.
*
...
...
Prev
1
2
3
4
5
Next
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment