[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Raise error on construction of too large v
From: |
Christian Kellermann |
Subject: |
Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs |
Date: |
Mon, 5 Mar 2012 13:47:32 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* felix winkelmann <address@hidden> [120305 13:41]:
> Hi!
>
> I wonder if it is a good idea to test vector limits by allocating a
> vector of #x100000000000000 elements.
The rationale behind this is:
It should not allocate anything but raise an error. If it does it
will exhaust memory and that is also an error, resulting in a panic.
Does that make sense? I just want to make sure that the error is caught...
Maybe there is a better way?
Cheers!
Christian
--
Who can (make) the muddy water (clear)? Let it be still, and it will
gradually become clear. Who can secure the condition of rest? Let
movement go on, and the condition of rest will gradually arise.
-- Lao Tse.
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, (continued)
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Felix, 2012/03/04
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, John Cowan, 2012/03/04
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Felix, 2012/03/05
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs,
Christian Kellermann <=
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Felix, 2012/03/05
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Christian Kellermann, 2012/03/05
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Christian Kellermann, 2012/03/05
- Re: [Chicken-hackers] [PATCH] Raise error on construction of too large vectors/blobs, Christian Kellermann, 2012/03/11