# HG changeset patch # User Stefan Monnier # Date 1189195498 0 # Node ID 497448aab7db07abe068ccf7f8f912422b67b091 # Parent 6c8a27754af8e2e0ab44e21ee36c0132221c890b (GC_MARK_STACK): Enable conservative stack marking. diff -r 6c8a27754af8 -r 497448aab7db src/ChangeLog --- a/src/ChangeLog Fri Sep 07 19:50:49 2007 +0000 +++ b/src/ChangeLog Fri Sep 07 20:04:58 2007 +0000 @@ -1,5 +1,7 @@ 2007-09-07 Stefan Monnier + * s/cygwin.h (GC_MARK_STACK): Enable conservative stack marking. + * frame.c (x_set_frame_parameters): Check number is positive before using XFASTINT. diff -r 6c8a27754af8 -r 497448aab7db src/s/cygwin.h --- a/src/s/cygwin.h Fri Sep 07 19:50:49 2007 +0000 +++ b/src/s/cygwin.h Fri Sep 07 20:04:58 2007 +0000 @@ -140,6 +140,12 @@ 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