From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Koning To: law@cygnus.com Cc: crux@Pool.Informatik.RWTH-Aachen.DE, egcs@cygnus.com Subject: Re: Some Haifa scheduler bugs Date: Wed, 03 Sep 1997 11:39:00 -0000 Message-id: <9709031838.AA27038@kona.> References: <14032.873171205@hurl.cygnus.com> X-SW-Source: 1997-09/msg00104.html "law@cygnus.com" wrote: > However, for execution tests that fail, I wonder how many (if any) are > caused by -fsched-spec-load-dangerous. If I remember right that > relies on the OS to support non-faulting loads from zero. If that switch indeed depends on not faulting references to zero, it probably isn't worth having. Or if it's kept it needs a warning that in many OS's it will fail. The reason is that faulting on references to zero is universally considered a Good Thing and many OS's go out of their way to provide that feature. paul