emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Dynamic modules: MODULE_HANDLE_SIGNALS etc.


From: Eli Zaretskii
Subject: Re: Dynamic modules: MODULE_HANDLE_SIGNALS etc.
Date: Mon, 21 Dec 2015 21:04:37 +0200

> From: Daniel Colascione <address@hidden>
> Date: Mon, 21 Dec 2015 10:28:09 -0800
> Cc: address@hidden, address@hidden, address@hidden,
>       address@hidden
> 
> The standard requires runtimes reserve enough memory to throw
> std::bad_alloc.

If they have enough memory for bad_alloc, they will never hit a stack
overflow.  If they do hit it, they won't have enough memory.  These
two conditions are mutually exclusive.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]