Changes... small fix to jim's bugfix...touching our record after we free it is also...
authorbdemsky <bdemsky>
Tue, 26 Oct 2010 01:48:55 +0000 (01:48 +0000)
committerbdemsky <bdemsky>
Tue, 26 Oct 2010 01:48:55 +0000 (01:48 +0000)
commit357bbf5bf45bdc94704ec7adaeed3c43f7de51dd
treee1f9772277b7f810c794a747453ac5420b03a2f7
parent05d80be57cd54cf351b872d714beb71375e80882
Changes...  small fix to jim's bugfix...touching our record after we free it is also bad...

poolalloc the rentry's...avoid running out of memory...looks like speed gains for micro also...

eliminate parentsemaphore...just use the thread local semaphore...needed to simplify freeing rentry records
Robust/src/IR/Flat/BuildCode.java
Robust/src/Runtime/memPool.h
Robust/src/Runtime/mlp_runtime.c
Robust/src/Runtime/mlp_runtime.h
Robust/src/Runtime/oooJava/hashStructure.c
Robust/src/Runtime/oooJava/trqueue.c