diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-13 01:00:24 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-06-13 01:00:24 (GMT) |
commit | 53a9be37483c91015e4f3060490bec4a3a1495c2 (patch) | |
tree | 51286fdb6c54930601fb8b6359d910ca3e52a744 /src/H5Tvlen.c | |
parent | 8b247f8aa3d958bbf8f4c8515ab60a4daedbdf5c (diff) | |
download | hdf5-53a9be37483c91015e4f3060490bec4a3a1495c2.zip hdf5-53a9be37483c91015e4f3060490bec4a3a1495c2.tar.gz hdf5-53a9be37483c91015e4f3060490bec4a3a1495c2.tar.bz2 |
[svn-r8666] Purpose:
Code optimization
Description:
Restructure conversion loop of variable-length objects to avoid walking
through memory backwards and allocating as many temporary buffers. (This uses
the optimized method used in the atomic type conversions)
Platforms tested:
Solaris 2.7 (arabica)
FreeBSD 4.10 (sleipnir) w/parallel
Too minor to require h5committest
Diffstat (limited to 'src/H5Tvlen.c')
-rw-r--r-- | src/H5Tvlen.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Tvlen.c b/src/H5Tvlen.c index 09e67fb..a2ef55a 100644 --- a/src/H5Tvlen.c +++ b/src/H5Tvlen.c @@ -1091,4 +1091,3 @@ H5T_vlen_get_alloc_info(hid_t dxpl_id, H5T_vlen_alloc_info_t *vl_alloc_info) done: FUNC_LEAVE_NOAPI(ret_value) } /* end H5T_vlen_get_alloc_info() */ - |