Ticket #5933 (closed feature request: fixed)

Opened 15 months ago

Last modified 15 months ago

Expose GHCI_TABLES_NEXT_TO_CODE in some header file

Reported by: nomeata Owned by: simonmar
Priority: normal Milestone: 7.6.1
Component: Build System Version: 7.4.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Projects that are “close” to the GHC Heap need to know the value of GHCI_TABLES_NEXT_TO_CODE; currently they are just guessing (e.g.  http://hackage.haskell.org/packages/archive/vacuum/1.0.0.2/doc/html/src/GHC-Vacuum-Internal.html). It would be nice if this would be exported as a macro in, e.g. GHCConstants.h.

Change History

Changed 15 months ago by simonmar

  • owner set to simonmar
  • difficulty set to Unknown
  • milestone set to 7.6.1

Changed 15 months ago by marlowsd@…

commit 5513fe060a82a9a3ca1d4cff22947faafc538cfe

Author: Simon Marlow <marlowsd@gmail.com>
Date:   Tue Mar 13 09:26:41 2012 +0000

    define TABLES_NEXT_TO_CODE in ghcautoconf.h (#5933)

 includes/ghc.mk |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)

Changed 15 months ago by simonmar

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.