From b9800c9c959d175abc0e97db98a4155172382763 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 25 Dec 1996 06:39:51 +0000 Subject: [PATCH] Don't disable stack checks for this architecture; stack overflow is impossible to debug without them (except on OS/2 which has clever virtual-memory support for this). Also note that all other architectures generate them by default. --- v7/src/compiler/machines/i386/make.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/v7/src/compiler/machines/i386/make.scm b/v7/src/compiler/machines/i386/make.scm index 554ff81df..71846c422 100644 --- a/v7/src/compiler/machines/i386/make.scm +++ b/v7/src/compiler/machines/i386/make.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: make.scm,v 1.4 1993/03/01 17:37:19 gjr Exp $ +$Id: make.scm,v 1.5 1996/12/25 06:39:51 cph Exp $ -Copyright (c) 1992-1993 Massachusetts Institute of Technology +Copyright (c) 1992-96 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -38,6 +38,5 @@ MIT in each case. |# (let* ((val ((load "base/make") "Intel i386")) (env (->environment '(compiler)))) - (set! (access compiler:generate-stack-checks? env) false) (set! (access compiler:compress-top-level? env) true) val) \ No newline at end of file -- 2.25.1