Evan Huus
changed
bug 8331
What |
Removed |
Added |
Status |
UNCONFIRMED
|
RESOLVED
|
CC |
|
[email protected]
|
Resolution |
---
|
FIXED
|
Comment # 3
on bug 8331
from Evan Huus
Hi Lori, thanks for the patch. I changed it in r47675 to use 256-byte chunks,
since that is a power of two and does better things for the memory allocator.
Tangentially, why are we breaking it into such small chunks? Were there cases
where a large string was being used and causing problems? It would be simpler
to just grab the entire thing once rather than looping through chunks of it...
Michael, the other MIN calls don't seem related to me.
You are receiving this mail because:
- You are watching all bug changes.