diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-12 18:34:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-12 18:34:20 (GMT) |
commit | 63ad5253dbc7249cddbc1cad0d5ddbfe388bbacc (patch) | |
tree | 1a73d647e23836062f2f0e071f9c18001a66c26e /release_docs/RELEASE.txt | |
parent | 1672209bea84b80a9e7bdfdfadcfad51eb5aca02 (diff) | |
download | hdf5-63ad5253dbc7249cddbc1cad0d5ddbfe388bbacc.zip hdf5-63ad5253dbc7249cddbc1cad0d5ddbfe388bbacc.tar.gz hdf5-63ad5253dbc7249cddbc1cad0d5ddbfe388bbacc.tar.bz2 |
[svn-r4705] Purpose:
Code cleanup
Description:
Tweaked internal error handling macros to reduce the size of the library's
object code by about 10-20%.
Platforms tested:
FreeBSD 4.4 (sleipnir)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ba66907..33c4260 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -52,6 +52,8 @@ New Features command. * Improved performance of single, contiguous hyperslabs when reading or writing. + * Changed internal error handling macros to reduce code size of library by + about 10%. |