trick/trick_source
Alex Lin 903ff05960 data record buffering optimizations
Added a loop to set each 1024th byte in the recording array to 1 once the
memory has been allocated.  Need to test if this is good enough to get Linux
to allocate the memory.

Added a current recording buffer pointer to use instead of using array offsets.
This should be more cpu cache efficient.

Changed the memcpy calls to direct casted integer assignments based on the size of the
parameter.  If the parameter is not size 1,2,4,or 8 we fall back to a memcpy.

refs #155
2016-01-14 08:31:13 -06:00
..
codegen/Interface_Code_Gen configure script does not check for clang/llvm 2016-01-13 09:22:46 -06:00
data_products Unit tests failing on the Mac. 2015-11-19 14:41:18 -06:00
java make javadoc broken 2016-01-12 16:39:47 -06:00
sim_services data record buffering optimizations 2016-01-14 08:31:13 -06:00
trick_swig Configure script does not set up GSL correctly 2015-11-18 08:30:21 -06:00
trick_utils Delete obsolete .d files in the trick_models directory. 2015-08-31 19:24:56 -05:00
.gitignore Added rules in the makefile to include er7_utils and fermi-ware if they exist. If they don't exist then the code that depends on them will not be compiled. 2015-03-03 16:08:54 -06:00