From: sewardj Date: Tue, 1 Feb 2000 14:08:22 +0000 (+0000) Subject: [project @ 2000-02-01 14:08:22 by sewardj] X-Git-Tag: Approximately_9120_patches~5165 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4019b838c6a3fbef293c9eeb4ec074f2f2b37d98;p=ghc-hetmet.git [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. --- diff --git a/ghc/includes/Constants.h b/ghc/includes/Constants.h index e0e07b9..604444a 100644 --- a/ghc/includes/Constants.h +++ b/ghc/includes/Constants.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- - * $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