diff options
| author | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-11-14 08:45:00 +0000 |
|---|---|---|
| committer | Francois-Olivier Devaux <fodevaux@users.noreply.github.com> | 2007-11-14 08:45:00 +0000 |
| commit | 24e189e4d8a231e7273d788b2bd77e2484cec761 (patch) | |
| tree | 48f57b8a816afa4b9bf6c6167a45eecfca91a778 /ChangeLog | |
| parent | 61a15672bb980744297909e6dfe97b23c2430aea (diff) | |
Patch by Callum Lerwick. This patch rearranges the largest memory allocations so they're allocated as late as possible, and freed as soon as possible. This cuts memory usage by about half on two large test images.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,7 +7,9 @@ What's New for OpenJPEG November 14, 2007 -! [FOD] Patch by Callum Lerwick. Instead of reinventing realloc, j2k_read_sod now just uses opj_realloc in j2k.c +! [FOD] First Patch by Callum Lerwick. Instead of reinventing realloc, j2k_read_sod now just uses opj_realloc in j2k.c + Second Patch by Callum Lerwick. This patch rearranges the largest memory allocations so they're allocated as + late as possible, and freed as soon as possible. This cuts memory usage by about half on two large test images. November 13, 2007 ! [FOD] Patch by Dzonatas and Callum Lerwick. |
