Message48168
Logged In: YES
user_id=4771
Unlike Tim I have a use case for lots of small longs in memory: to store unsigned machine integers. It's exactly the case where it would be nice that the extra field didn't cross the malloc 8-byte boundary. Of course, it's exactly NOT what is happening here on 32-bit machines, and this patch makes program relying on this kind of longs suddenly consume 8 extra bytes per long. Damn. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 15:42:38 | admin | link | issue1177779 messages |
| 2007-08-23 15:42:38 | admin | create | |
|