# HG changeset patch # User Me # Date 1289141494 28800 # Node ID 407f8ede98b4f5e1c862a1e2dfbccce3dc69ac1c # Parent 26d53313a8f297e507fe6da5064785fb02636c47 minor -- made workStealingGares single start in VMS.h diff -r 26d53313a8f2 -r 407f8ede98b4 VMS.h --- a/VMS.h Thu Nov 04 18:32:28 2010 -0700 +++ b/VMS.h Sun Nov 07 06:51:34 2010 -0800 @@ -219,7 +219,7 @@ int32 masterLock; int32 numMasterInARow[NUM_CORES];//detect back-to-back masterVP - GateStruc **workStealingGates[ NUM_CORES ]; //concurrent work-steal + GateStruc *workStealingGates[ NUM_CORES ]; //concurrent work-steal int32 workStealingLock; int32 numProcrsCreated; //gives ordering to processor creation