This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCH: Improve exceptions/inlining compile-time performance


On Sat, Apr 26, 2003 at 05:38:17PM -0700, Mark Mitchell wrote:
> Exactly as I suggested: your HPUX compiler is not crashing; it is going
> on to print out more error messages.

I notice that both of the "passing" platforms, hpux and aix, 
both have the zero page mapped, so that dereferencing NULL
does not SEGV.  (For both OSes this is a feature intended to
make is safe to hoistg loads past a test vs null during
optimization.)


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]