yet another limit check bug

Stephen Weeks MLton@sourcelight.com
Wed, 24 Oct 2001 11:56:45 -0700


> But, this just seems to highlight the orthogonality of limit check for
> allocation and limit checks for threads.

I don't see any advantage to separating them, given that we want to
combine the common case where a signal limit check is immediately
followed by a heap limit check into a single test.