hdf5/tools/h5import
Bill Wendling 25fe6cbafa [svn-r7574] Purpose:
Code Improvement

Description:
    Changed from passing a structure into a function by value into
    passing it in by pointer. Noticed this while compiling with a highly
    optimizing compiler which took >30 minutes to analyze the program
    (granted, this is the compiler's fault, but in general, it's better
    to pass large structures in by pointer and not by value).

Platforms tested:
    Linux (specific to h5import, so only needed to test on one platform)

Misc. update:
2003-10-08 13:11:50 -05:00
..
testfiles [svn-r6583] 2003-04-03 15:00:42 -05:00
Dependencies [svn-r7352] Purpose: 2003-08-12 20:50:11 -05:00
h5import.c [svn-r7574] Purpose: 2003-10-08 13:11:50 -05:00
h5import.h [svn-r7574] Purpose: 2003-10-08 13:11:50 -05:00
h5importtest.c [svn-r7109] Purpose: 2003-06-25 21:10:33 -05:00
h5importtestutil.sh [svn-r6846] Purpose: 2003-05-12 10:56:49 -05:00
Makefile.in [svn-r7361] Description: 2003-08-13 23:58:29 -05:00