Change the name of ArrayBoundsException in druntime

Jarrett Billingsley jarrett.billingsley at gmail.com
Wed Oct 22 17:11:42 PDT 2008


On Wed, Oct 22, 2008 at 8:02 PM, Sean Kelly <sean at invisibleduck.org> wrote:
> For manual recovery, consider an app that does a great deal of internal
> caching.  On an OutOfMemory condition the app could clear its caches and
>  then retry the operation.  This is probably a bad example, but I think the
> general idea of trapping and recovering from such a state is potentially
> valid.

I think that's probably a valid thing to try, and considered it after
posting.  However, without language support for restarting code at the
point of the 'throw' it seems like it wouldn't be all that useful.



More information about the Digitalmars-d mailing list