[cxx-abi-dev] Run-time array checking

Dennis Handly dhandly at cup.hp.com
Thu Sep 13 21:02:45 UTC 2012


>From: Mike Herrick <mjh at edg.com>
>it's not available on every platform

Ok, that's why I said "evil".

>it doesn't handle the case where the sizeof(size) > sizeof(double), and
>even in cases where sizeof(double) >= sizeof(size), it can only represent
>integer values that fit in 53 bits.
Mike.

These are non-issues.  In my mind, the only purpose of the double was for
error reporting and those don't need the precision, just the sign and
magnitude.


More information about the cxx-abi-dev mailing list