dynamically allocated memory and got rid of all statically allocated arrays dependent on number of cores,
fixed a bunch of race conditions that became evident, Note the compiler will optimize volatile unless you cast
to a volatile pointer and de-reference it.
lazily allocate all EBBs, only IDs of core three ebbs are allocated explicitly
Added regression test in scripts directory, automatically invoked by make check
dynamically allocated memory and got rid of all statically allocated arrays dependent on number of cores, fixed a bunch of race conditions that became evident, Note the compiler will optimize volatile unless you cast to a volatile pointer and de-reference it.
lazily allocate all EBBs, only IDs of core three ebbs are allocated explicitly
Added regression test in scripts directory, automatically invoked by make check