Don't disable stack checks for this architecture; stack overflow is
authorChris Hanson <org/chris-hanson/cph>
Wed, 25 Dec 1996 06:39:51 +0000 (06:39 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 25 Dec 1996 06:39:51 +0000 (06:39 +0000)
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

index 554ff81dff5b1d8a12efd8e71729139675aee846..71846c4225c6d0edef02c54374d76f07614467a1 100644 (file)
@@ -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