aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2007-09-07 20:04:58 +0000
committerStefan Monnier <[email protected]>2007-09-07 20:04:58 +0000
commit179cef4807becdf73e2a81a4ba52bff81b4530ee (patch)
treed2ab77ad73ac2863c969541c07688d143e40b5c3 /src
parent92f94a128df584f5a2040363a97c2f30530f059c (diff)
(GC_MARK_STACK): Enable conservative stack marking.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/s/cygwin.h6
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 154c844d61..6beadbcfad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2007-09-07 Stefan Monnier <[email protected]>
+ * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking.
+
* frame.c (x_set_frame_parameters): Check number is positive before
using XFASTINT.
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index 3c0d9c410a..1785c7c6c7 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -140,6 +140,12 @@ Boston, MA 02110-1301, USA. */
change their controlling terminal */
#define vfork fork
+/* This should work (at least when compiling with gcc). But I have no way
+ or intention to verify or even test it. If you encounter a problem with
+ it, feel free to change this setting, but please add a comment here about
+ why it needed to be changed. */
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
+
/* the end */
/* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b