Skip to content
Snippets Groups Projects
Commit 4019b838 authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-02-01 14:08:22 by sewardj]

Double the number of RESERVED_C_STACK_BYTES so as to give the
native code generator up to 508 spill slots.
parent 85ef3b32
No related branches found
No related tags found
No related merge requests found
/* ----------------------------------------------------------------------------
* $Id: Constants.h,v 1.9 2000/01/24 18:22:08 sewardj Exp $
* $Id: Constants.h,v 1.10 2000/02/01 14:08:22 sewardj Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -201,7 +201,7 @@
world. Used in StgRun.S and StgCRun.c.
-------------------------------------------------------------------------- */
#define RESERVED_C_STACK_BYTES (512 * SIZEOF_LONG)
#define RESERVED_C_STACK_BYTES (1024 * SIZEOF_LONG)
/* -----------------------------------------------------------------------------
How much Haskell stack space to reserve for the saving of registers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment